diff options
| author | Sasha Sushko <sushko@outlook.com> | 2021-05-31 19:26:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 19:26:15 +0300 |
| commit | fe6cfe4e918907d7d9ecd83fec4528092138b00e (patch) | |
| tree | c02e28f78a15607eaa1b5753b19389a7390a45d2 /files/ru/web/javascript/reference/global_objects/promise | |
| parent | 33ef44d2df73d4e1705ec10ba54501e4d7f82603 (diff) | |
| download | translated-content-fe6cfe4e918907d7d9ecd83fec4528092138b00e.tar.gz translated-content-fe6cfe4e918907d7d9ecd83fec4528092138b00e.tar.bz2 translated-content-fe6cfe4e918907d7d9ecd83fec4528092138b00e.zip | |
RU: Remove hidden paragraphs about Browser Compatibility (#1062)
* Remove Browser Compatibility hidden paragraphs via automation
* Remove Browser Compatibility hidden paragraphs manually
* Remove Browser Compatibility hidden paragraphs in "not sure" cases
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/promise')
4 files changed, 0 insertions, 12 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html index 4c125fac0c..8ecfb70b17 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html @@ -44,9 +44,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled </table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> - -<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> - <p>{{Compat("javascript.builtins.Promise.allSettled")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/finally/index.html b/files/ru/web/javascript/reference/global_objects/promise/finally/index.html index 3814eb58aa..1dd8d6b20f 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/finally/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/finally/index.html @@ -84,9 +84,6 @@ fetch(myRequest).then(function(response) { </table> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> - -<p class="hidden">Чтобы внести свой вклад в эти данные о совместимости, пожалуйста, напишите запрос извлечения для этого репозитория: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> - <p>{{Compat("javascript.builtins.Promise.finally")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/race/index.html b/files/ru/web/javascript/reference/global_objects/promise/race/index.html index c77e1fdc1c..b69ab1984e 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/race/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/race/index.html @@ -101,9 +101,6 @@ Promise.race([p5, p6]).then(function(value) { </table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Promise.race")}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/promise/reject/index.html b/files/ru/web/javascript/reference/global_objects/promise/reject/index.html index e63f238f7a..3e20108690 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/reject/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/reject/index.html @@ -61,9 +61,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/reject </table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Promise.reject")}}</p> <p> </p> |
