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/uk/web/javascript/reference/operators/optional_chaining | |
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/uk/web/javascript/reference/operators/optional_chaining')
-rw-r--r-- | files/uk/web/javascript/reference/operators/optional_chaining/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/files/uk/web/javascript/reference/operators/optional_chaining/index.html b/files/uk/web/javascript/reference/operators/optional_chaining/index.html index c20ef9f9a6..3cac80cca8 100644 --- a/files/uk/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/uk/web/javascript/reference/operators/optional_chaining/index.html @@ -174,17 +174,7 @@ console.log(customerCity); // Невідоме місто</pre> <h2 id="Сумісність_з_веб-переглядачами">Сумісність з веб-переглядачами</h2> -<div> - - <p>{{Compat("javascript.operators.optional_chaining")}}</p> -</div> - -<h3 id="Хід_реалізації">Хід реалізації</h3> - -<p>Наведена нижче таблиця надає щоденний статус реалізації цієї функціональності, оскільки функціональність ще не досягла кросбраузерної стабільності. Дані генеруються запуском відповідних тестів функціональності у <a href="https://github.com/tc39/test262">Test262</a>, стандартному тестовому наборі JavaScript, на нічній збірці чи на останньому релізі рушія JavaScript кожного веб-переглядача.</p> - -<div>{{EmbedTest262ReportResultsTable("optional-chaining")}}</div> <h2 id="Див._також">Див. також</h2> |