diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/promise')
6 files changed, 6 insertions, 24 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html index eec13d056a..d58d5ace0d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html @@ -229,11 +229,7 @@ Promise.all([ </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> - -<div class="hidden"> -<p>Para contribuir para esse dado de compatibilidade, por favor, escreva um pull request para o repositório: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> -</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise.all")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html index 770a4fd3a7..5d1815773c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html @@ -47,9 +47,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> - -<p class="hidden">Para contribuir com os dados de compatibilidae, por favor faça um pull request nesse repositório: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise.allSettled")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html index a39d4576d7..64598bf7dd 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html @@ -120,16 +120,10 @@ p1.then(function(value) { </tbody> </table> -<h2 id="Compatibilidade_dos_browsers">Compatibilidade dos browsers</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise.catch")}}</p> - - <h2 id="Veja_também">Veja também</h2> <ul> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/finally/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/finally/index.html index 59dff0a6cf..a1702dc9a1 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/finally/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/finally/index.html @@ -85,9 +85,7 @@ fetch(minhaRequisicao).then(function(resposta) { </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise.finally")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/reject/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/reject/index.html index 6097afe484..c2c9cd0805 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/reject/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/reject/index.html @@ -60,9 +60,7 @@ Promise.reject(new Error("falha")).then(function(erro) { </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise.reject")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/resolve/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/resolve/index.html index f4c1220158..6bdbed15a0 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/resolve/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/resolve/index.html @@ -131,9 +131,7 @@ p3.then(function(v) { </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> - -<p class="hidden">To contribute to this compatibility data, please write a pull request against this file: <a href="https://github.com/mdn/browser-compat-data/blob/master/javascript/promise.json">https://github.com/mdn/browser-compat-data/blob/master/javascript/promise.json</a>.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise.resolve")}}</p> |