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/pl/web/javascript/reference | |
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/pl/web/javascript/reference')
-rw-r--r-- | files/pl/web/javascript/reference/global_objects/bigint/index.html | 6 | ||||
-rw-r--r-- | files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/files/pl/web/javascript/reference/global_objects/bigint/index.html b/files/pl/web/javascript/reference/global_objects/bigint/index.html index 4f66412f67..1df6e7fad6 100644 --- a/files/pl/web/javascript/reference/global_objects/bigint/index.html +++ b/files/pl/web/javascript/reference/global_objects/bigint/index.html @@ -280,12 +280,6 @@ nthPrime(20n) <p>{{Compat("javascript.builtins.BigInt")}}</p> -<h3 id="Postęp_implementacji">Postęp implementacji</h3> - -<p>Poniższa tabela przedstawia postęp implementacji tej funkcji języka JavaScript, gdyż nie osiągnęła ona jeszcze pełnej stabilności między przeglądarkami. Dane są generowane przez uruchamianie odpowiednich testów tej funkcji w <a href="https://github.com/tc39/test262">Test262</a>,standrardowym zestawie testów JavaScript, „nocnych wersji” (ang. <em>nightly build</em>) lub ostatnich wydań silnika JavaScript w każdej przeglądarce.</p> - -<div>{{EmbedTest262ReportResultsTable("BigInt")}}</div> - <h2 id="Zobacz_też">Zobacz też</h2> <ul> diff --git a/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html index 8ae6ee56a2..67e33b1473 100644 --- a/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -236,13 +236,6 @@ console.log(objekty); <p>{{Compat("javascript.operators.nullish_coalescing")}}</p> -<h3 id="Postępy_implementacji">Postępy implementacji</h3> - -<p>Tabelka pod spodem pokazuje codzienny status implementacji tej funkcji. Jest tak, ponieważ nie osiągnięto jeszcze stabilności między przeglądarkami.<br> - Dane są generowane, poprzez przeprowadzanie odpowiednich testów funkcji w <a href="https://github.com/tc39/test262" style="">Test262</a>, standardowym zestawie testów dla JavaScripta, na najnowszych kompilacjach (en: "nightly build"), lub najnowszych wydaniach (en: "latest release") silników JavaScripta przeglądarek.</p> - -<div>{{EmbedTest262ReportResultsTable("coalesce-expression")}}</div> - <h2 id="Zobacz_też...">Zobacz też...</h2> <ul> |