diff options
Diffstat (limited to 'files/es/web/api/fetch_api')
-rw-r--r-- | files/es/web/api/fetch_api/basic_concepts/index.html | 3 | ||||
-rw-r--r-- | files/es/web/api/fetch_api/using_fetch/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/es/web/api/fetch_api/basic_concepts/index.html b/files/es/web/api/fetch_api/basic_concepts/index.html index 8c02021de6..1331b49400 100644 --- a/files/es/web/api/fetch_api/basic_concepts/index.html +++ b/files/es/web/api/fetch_api/basic_concepts/index.html @@ -1,6 +1,6 @@ --- title: Conceptos básicos de Fetch -slug: Web/API/Fetch_API/Conceptos_basicos +slug: Web/API/Fetch_API/Basic_concepts tags: - API - API Fetch @@ -9,6 +9,7 @@ tags: - guard - request translation_of: Web/API/Fetch_API/Basic_concepts +original_slug: Web/API/Fetch_API/Conceptos_basicos --- <p>{{DefaultAPISidebar("Fetch API")}}{{draft}}</p> diff --git a/files/es/web/api/fetch_api/using_fetch/index.html b/files/es/web/api/fetch_api/using_fetch/index.html index 51617ad047..78b32858b6 100644 --- a/files/es/web/api/fetch_api/using_fetch/index.html +++ b/files/es/web/api/fetch_api/using_fetch/index.html @@ -1,6 +1,6 @@ --- title: Uso de Fetch -slug: Web/API/Fetch_API/Utilizando_Fetch +slug: Web/API/Fetch_API/Using_Fetch tags: - API - BODY @@ -13,6 +13,7 @@ tags: - Promise - Respuesta translation_of: Web/API/Fetch_API/Using_Fetch +original_slug: Web/API/Fetch_API/Utilizando_Fetch --- <p>{{DefaultAPISidebar("Fetch API")}}{{ SeeCompatTable }}</p> |