From f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 25 Oct 2021 10:06:22 +0300 Subject: Использование макроса для вставки специфицикаций (#2850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Использование макроса для вставки специфицикаций * Replaces --- files/ru/web/api/fetch/index.html | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'files/ru/web/api/fetch') diff --git a/files/ru/web/api/fetch/index.html b/files/ru/web/api/fetch/index.html index 788b9c3f69..26695586cf 100644 --- a/files/ru/web/api/fetch/index.html +++ b/files/ru/web/api/fetch/index.html @@ -131,30 +131,7 @@ var myRequest = new Request('flowers.jpg', myInit);

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('Fetch','#fetch-method','fetch()')}}{{Spec2('Fetch')}}Частично определена в новейшей спецификации WindowOrWorkerGlobalScope.
{{SpecName('Fetch','#dom-global-fetch','fetch()')}}{{Spec2('Fetch')}}Первоначальное определение
{{SpecName('Credential Management')}}{{Spec2('Credential Management')}}Добавлена возможность установить экземпляр класса {{domxref("FederatedCredential")}} или {{domxref("PasswordCredential")}} как возможное значение для init.credentials.
+{{Specifications}}

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

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

-- cgit v1.2.3-54-g00ecf