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 --- .../web/javascript/reference/operators/optional_chaining/index.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'files/de/web/javascript/reference/operators') diff --git a/files/de/web/javascript/reference/operators/optional_chaining/index.html b/files/de/web/javascript/reference/operators/optional_chaining/index.html index 84344c90ab..2c4e4374ef 100644 --- a/files/de/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/de/web/javascript/reference/operators/optional_chaining/index.html @@ -181,12 +181,6 @@ console.log(customerCity); // Unknown city

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

-

Implementation Progress

- -

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 Test262, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.

- -
{{EmbedTest262ReportResultsTable("optional-chaining")}}
-

See also