From 9137f65e5840f2790e56e8ee4ed6fb69c870c76e Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 23 Mar 2021 16:06:05 -0400 Subject: 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 --- .../web/javascript/reference/global_objects/bigint/index.html | 8 -------- .../javascript/reference/global_objects/globalthis/index.html | 6 ------ .../reference/global_objects/promise/allsettled/index.html | 4 ---- .../reference/operators/nullish_coalescing_operator/index.html | 6 ------ .../reference/operators/optional_chaining/index.html | 10 ---------- .../web/javascript/reference/statements/import.meta/index.html | 8 -------- 6 files changed, 42 deletions(-) (limited to 'files/zh-cn/web/javascript/reference') 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)

浏览器兼容性

-

{{Compat("javascript.builtins.BigInt")}}

-

实施进度

- -

下表提供了此功能的每日实现状态,因为此功能尚未达到跨浏览器稳定性。数据是通过在 Test262 中运行相关的特性测试生成的,Test262 是 JavaScript 的标准测试套件,在夜间构建,或者是每个浏览器的 JavaScript 引擎的最新版本中运行。

- -

{{EmbedTest262ReportResultsTable("BigInt")}}

-
-

相关链接