diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-03-23 16:06:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 16:06:05 -0400 |
commit | 9137f65e5840f2790e56e8ee4ed6fb69c870c76e (patch) | |
tree | 490641ec56055f2359513cd07f598f38f73b873c /files/zh-cn/web/javascript/reference/operators | |
parent | 2fa845abfe173bc654bcccb2bb8480c8faabc6e9 (diff) | |
download | translated-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/operators')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html | 6 | ||||
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html | 10 |
2 files changed, 0 insertions, 16 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html index 640d0fffa5..83a74c1c6e 100644 --- a/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -139,12 +139,6 @@ console.log(foo.someBarProp?.toUpperCase()); // undefined <p>{{Compat("javascript.operators.nullish_coalescing")}}</p> -<h3 id="Implementation_Progress">Implementation Progress</h3> - -<p>The following table provides a daily implementation status for this feature, because this feature has not yet reached cross-browser stability. The data is generated by running the relevant feature tests in <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.</p> - -<div>{{EmbedTest262ReportResultsTable("coalesce-expression")}}</div> - <h2 id="参见">参见</h2> <ul> diff --git a/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html b/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html index 6b45bc4aad..2c91f70141 100644 --- a/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html @@ -183,18 +183,8 @@ console.log(customerCity); // “暗之城”</code></pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div> - - <p>{{Compat("javascript.operators.optional_chaining")}}</p> -<h3 id="Implementation_Progress">Implementation Progress</h3> - -<p>The following table provides a daily implementation status for this feature because this feature has not yet reached cross-browser stability. The data is generated by running the relevant feature tests in <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or the latest release of each browser's JavaScript engine.</p> - -<p>{{EmbedTest262ReportResultsTable("optional-chaining")}}</p> -</div> - <h2 id="参见">参见</h2> <ul> |