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 --- .../reference/operators/nullish_coalescing_operator/index.html | 8 -------- .../javascript/reference/operators/optional_chaining/index.html | 6 ------ 2 files changed, 14 deletions(-) (limited to 'files/ja/web/javascript/reference/operators') 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

ブラウザー実装状況

- -

{{Compat("javascript.operators.nullish_coalescing")}}

-

実装の進捗

- -

この機能はまだブラウザー間相互運用の安定性に達していないため、以下の表はこの機能の日々の実装状況を示しています。このデータは、 JavaScript の標準テストスイートである Test262 で、該当する機能テストを Nightly ビルド、または各ブラウザーの JavaScript エンジンの最新リリースで実行することで生成されます。

- -
{{EmbedTest262ReportResultsTable("coalesce-expression")}}
-

関連情報