From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- files/ru/web/api/fetch_api/index.html | 2 +- files/ru/web/api/fetch_api/using_fetch/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/fetch_api') 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

Браузерная совместимость

-

{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}

+

{{Compat("api.fetch")}}

Смотрите также

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")); // [ ]

Совместимость браузера

-

{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}

+

{{Compat("api.fetch")}}

Смотрите также

-- cgit v1.2.3-54-g00ecf