diff options
Diffstat (limited to 'files/ja/web/javascript/reference/operators/optional_chaining')
-rw-r--r-- | files/ja/web/javascript/reference/operators/optional_chaining/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
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> |