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/ja/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/ja/web/javascript/reference/operators')
-rw-r--r-- | files/ja/web/javascript/reference/operators/nullish_coalescing_operator/index.html | 8 | ||||
-rw-r--r-- | files/ja/web/javascript/reference/operators/optional_chaining/index.html | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/files/ja/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/ja/web/javascript/reference/operators/nullish_coalescing_operator/index.html index 3302e2e02b..20eaf23925 100644 --- a/files/ja/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/ja/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -136,16 +136,8 @@ console.log(valC); // 42 <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> - - <p>{{Compat("javascript.operators.nullish_coalescing")}}</p> -<h3 id="Implementation_Progress" name="Implementation_Progress">実装の進捗</h3> - -<p>この機能はまだブラウザー間相互運用の安定性に達していないため、以下の表はこの機能の日々の実装状況を示しています。このデータは、 JavaScript の標準テストスイートである <a href="https://github.com/tc39/test262">Test262</a> で、該当する機能テストを Nightly ビルド、または各ブラウザーの JavaScript エンジンの最新リリースで実行することで生成されます。</p> - -<div>{{EmbedTest262ReportResultsTable("coalesce-expression")}}</div> - <h2 id="See_also" name="See_also">関連情報</h2> <ul> diff --git a/files/ja/web/javascript/reference/operators/optional_chaining/index.html b/files/ja/web/javascript/reference/operators/optional_chaining/index.html index e7d213f8fa..a413df6f46 100644 --- a/files/ja/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/ja/web/javascript/reference/operators/optional_chaining/index.html @@ -189,12 +189,6 @@ console.log(customerCity); // Unknown city</pre> <p>{{Compat("javascript.operators.optional_chaining")}}</p> </div> -<h3 id="Implementation_Progress" name="Implementation_Progress">実装の進捗</h3> - -<p>この機能はまだブラウザー間相互運用の安定性に達していないため、以下の表はこの機能の日々の実装状況を示しています。このデータは、 JavaScript の標準テストスイートである <a href="https://github.com/tc39/test262">Test262</a> で、該当する機能テストを毎晩のビルド、または各ブラウザーの JavaScript エンジンの最新リリースで実行することで生成されます。</p> - -<div>{{EmbedTest262ReportResultsTable("optional-chaining")}}</div> - <h2 id="See_also" name="See_also">関連情報</h2> <ul> |