aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-03-23 16:06:05 -0400
committerGitHub <noreply@github.com>2021-03-23 16:06:05 -0400
commit9137f65e5840f2790e56e8ee4ed6fb69c870c76e (patch)
tree490641ec56055f2359513cd07f598f38f73b873c /files/zh-cn/web/javascript/reference/global_objects
parent2fa845abfe173bc654bcccb2bb8480c8faabc6e9 (diff)
downloadtranslated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.gz
translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.bz2
translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.zip
Remove all mentions of EmbedTest262ReportResultsTable (#301)
* Remove all mentions of EmbedTest262ReportResultsTable Part of #297 * Removing 19 others deprecated EmbedTest KS * Update files/zh-cn/web/javascript/reference/global_objects/bigint/index.html * Removal of a persistent tag Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/bigint/index.html8
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/globalthis/index.html6
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/allsettled/index.html4
3 files changed, 0 insertions, 18 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html
index 205b9f9952..67a95180ef 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html
@@ -253,18 +253,10 @@ nthPrime(20n)
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div>
<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div>
<p>{{Compat("javascript.builtins.BigInt")}}</p>
-<h3 id="实施进度">实施进度</h3>
-
-<p>下表提供了此功能的每日实现状态,因为此功能尚未达到跨浏览器稳定性。数据是通过在 Test262 中运行相关的特性测试生成的,<a href="https://github.com/tc39/test262">Test262</a> 是 JavaScript 的标准测试套件,在夜间构建,或者是每个浏览器的 JavaScript 引擎的最新版本中运行。</p>
-
-<p>{{EmbedTest262ReportResultsTable("BigInt")}}</p>
-</div>
-
<h2 id="相关链接">相关链接</h2>
<ul>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/globalthis/index.html b/files/zh-cn/web/javascript/reference/global_objects/globalthis/index.html
index 8e0e0feeb2..20b6dba280 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/globalthis/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/globalthis/index.html
@@ -84,9 +84,3 @@ if (typeof globals.setTimeout !== 'function') {
<p>{{Compat("javascript.builtins.globalThis")}}</p>
-
-<h3 id="实现进度">实现进度</h3>
-
-<p>下表提供了此特性的每日实施状态,因为该功能尚未达到跨浏览器的稳定性。 通过在每个浏览器的JavaScript引擎的daily版本或最新版本中运行 <a href="https://github.com/tc39/test262">Test262</a>(JavaScript 的标准测试套件)中的相关功能测试得到了如下数据。</p>
-
-<div>{{EmbedTest262ReportResultsTable("globalThis")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/allsettled/index.html
index de674edc7f..919da6e0b8 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/promise/allsettled/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/promise/allsettled/index.html
@@ -55,10 +55,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled
<p>{{Compat("javascript.builtins.Promise.allSettled")}}</p>
-<h3 id="实现进度">实现进度</h3>
-
-<p>{{EmbedTest262ReportResultsTable("Promise.allSettled")}}</p>
-
<h2 id="参见">参见</h2>
<ul>