diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/bigint/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/bigint/index.html | 8 |
1 files changed, 0 insertions, 8 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> |