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/de/web | |
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/de/web')
-rw-r--r-- | files/de/web/javascript/reference/global_objects/globalthis/index.html | 6 | ||||
-rw-r--r-- | files/de/web/javascript/reference/operators/optional_chaining/index.html | 6 |
2 files changed, 0 insertions, 12 deletions
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') { <p>{{Compat("javascript.builtins.globalThis")}}</p> -<h3 id="Implementierungsfortschritt"><span class="tlid-translation translation" lang="de"><span title="">Implementierungsfortschritt</span></span></h3> - -<p><span class="tlid-translation translation" lang="de"><span title="">Die folgende Tabelle enthält einen täglichen Implementierungsstatus für dieses Feature, da sie noch keine browserübergreifende Standardisierung erreicht hat.</span> <span title="">Die Daten werden generiert, indem die relevanten Funktionstests in </span></span><a href="https://github.com/tc39/test262">Test262</a><span class="tlid-translation translation" lang="de"><span title="">, der Standard-Testsuite von JavaScript, im nächtlichen Build oder in der neuesten Version der JavaScript-Engine jedes Browsers ausgeführt werden.</span></span></p> - -<div>{{EmbedTest262ReportResultsTable("globalThis")}}</div> - <h2 id="Siehe_auch">Siehe auch</h2> <ul> 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</pre> <p>{{Compat("javascript.operators.optional_chaining")}}</p> </div> -<h3 id="Implementation_Progress">Implementation Progress</h3> - -<p>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 <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.</p> - -<div>{{EmbedTest262ReportResultsTable("optional-chaining")}}</div> - <h2 id="See_also">See also</h2> <ul> |