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 --- .../javascript/reference/global_objects/globalthis/index.html | 6 ------ .../reference/operators/optional_chaining/index.html | 6 ------ files/es/web/javascript/reference/lexical_grammar/index.html | 6 ------ .../reference/operators/optional_chaining/index.html | 10 ---------- .../web/javascript/reference/statements/import.meta/index.html | 6 ------ .../web/javascript/reference/global_objects/bigint/index.html | 6 ------ .../javascript/reference/global_objects/globalthis/index.html | 6 ------ .../intl/datetimeformat/datetimeformat/index.html | 8 -------- .../reference/global_objects/intl/displaynames/index.html | 6 ------ .../reference/global_objects/promise/allsettled/index.html | 6 ------ files/ja/web/javascript/reference/lexical_grammar/index.html | 6 ------ .../reference/operators/nullish_coalescing_operator/index.html | 8 -------- .../reference/operators/optional_chaining/index.html | 6 ------ .../web/javascript/reference/statements/import.meta/index.html | 6 ------ files/ja/web/javascript/reference/statements/import/index.html | 8 -------- .../web/javascript/reference/global_objects/bigint/index.html | 6 ------ .../javascript/reference/global_objects/globalthis/index.html | 5 ----- .../reference/global_objects/promise/allsettled/index.html | 6 ------ .../reference/operators/nullish_coalescing_operator/index.html | 6 ------ .../reference/operators/optional_chaining/index.html | 10 ---------- .../web/javascript/reference/global_objects/bigint/index.html | 6 ------ .../reference/operators/nullish_coalescing_operator/index.html | 7 ------- .../reference/operators/nullish_coalescing_operator/index.html | 6 ------ .../reference/operators/optional_chaining/index.html | 6 ------ .../web/javascript/reference/statements/import.meta/index.html | 6 ------ .../javascript/reference/global_objects/globalthis/index.html | 8 -------- .../reference/operators/nullish_coalescing_operator/index.html | 6 ------ files/tr/web/javascript/reference/lexical_grammar/index.html | 7 +------ .../web/javascript/reference/global_objects/bigint/index.html | 6 ------ .../javascript/reference/global_objects/globalthis/index.html | 6 ------ .../reference/global_objects/promise/allsettled/index.html | 6 ------ files/uk/web/javascript/reference/lexical_grammar/index.html | 6 ------ .../reference/operators/nullish_coalescing_operator/index.html | 6 ------ .../reference/operators/optional_chaining/index.html | 10 ---------- .../web/javascript/reference/global_objects/bigint/index.html | 8 -------- .../javascript/reference/global_objects/globalthis/index.html | 6 ------ .../reference/global_objects/promise/allsettled/index.html | 4 ---- .../reference/operators/nullish_coalescing_operator/index.html | 6 ------ .../reference/operators/optional_chaining/index.html | 10 ---------- .../web/javascript/reference/statements/import.meta/index.html | 8 -------- .../reference/operators/optional_chaining/index.html | 10 ---------- 41 files changed, 1 insertion(+), 276 deletions(-) (limited to 'files') diff --git a/files/de/web/javascript/reference/global_objects/globalthis/index.html b/files/de/web/javascript/reference/global_objects/globalthis/index.html index 00e814c877..07d9fd61fb 100644 --- a/files/de/web/javascript/reference/global_objects/globalthis/index.html +++ b/files/de/web/javascript/reference/global_objects/globalthis/index.html @@ -83,12 +83,6 @@ if (typeof globals.setTimeout !== 'function') {

{{Compat("javascript.builtins.globalThis")}}

-

Implementierungsfortschritt

- -

Die folgende Tabelle enthält einen täglichen Implementierungsstatus für dieses Feature, da sie noch keine browserübergreifende Standardisierung erreicht hat. Die Daten werden generiert, indem die relevanten Funktionstests in Test262, der Standard-Testsuite von JavaScript, im nächtlichen Build oder in der neuesten Version der JavaScript-Engine jedes Browsers ausgeführt werden.

- -
{{EmbedTest262ReportResultsTable("globalThis")}}
-

Siehe auch