diff options
Diffstat (limited to 'files/es/web/api/response')
-rw-r--r-- | files/es/web/api/response/response/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/response/status/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/es/web/api/response/response/index.html b/files/es/web/api/response/response/index.html index f967d677f2..9475876d8b 100644 --- a/files/es/web/api/response/response/index.html +++ b/files/es/web/api/response/response/index.html @@ -62,7 +62,7 @@ var miRespuesta = new Response(miBlob,opciones);</pre> <h2 id="Compatibilidad_en_navegadores">Compatibilidad en navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página está generada a partir de datos estructurados. Si deseas contribuir a los datos, por favor échale un vistazo a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos un pull request.</div> + <p>{{Compat("api.Response.Response")}}</p> diff --git a/files/es/web/api/response/status/index.html b/files/es/web/api/response/status/index.html index eecaf02967..86cefd4614 100644 --- a/files/es/web/api/response/status/index.html +++ b/files/es/web/api/response/status/index.html @@ -60,7 +60,7 @@ fetch(myRequest).then(function(response) { <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<div class="hidden">La tabla de compatibilidad en esta página se genera a partir de datos estructurados. Si desea contribuir a los datos, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud de extracción.</div> + <p>{{Compat("api.Response.status")}}</p> |