diff options
Diffstat (limited to 'files/ru/web/api/fetch_api')
-rw-r--r-- | files/ru/web/api/fetch_api/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/fetch_api/using_fetch/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/fetch_api/index.html b/files/ru/web/api/fetch_api/index.html index a40189c5cd..0ae7d16ff3 100644 --- a/files/ru/web/api/fetch_api/index.html +++ b/files/ru/web/api/fetch_api/index.html @@ -91,7 +91,7 @@ translation_of: Web/API/Fetch_API <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> +<p>{{Compat("api.fetch")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/fetch_api/using_fetch/index.html b/files/ru/web/api/fetch_api/using_fetch/index.html index a51617db11..5b5b057d8c 100644 --- a/files/ru/web/api/fetch_api/using_fetch/index.html +++ b/files/ru/web/api/fetch_api/using_fetch/index.html @@ -418,7 +418,7 @@ console.log(myHeaders.get("X-Custom-Header")); // [ ]</pre> <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> +<p>{{Compat("api.fetch")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |