aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/fetch')
-rw-r--r--files/ru/web/api/fetch/index.html25
1 files changed, 1 insertions, 24 deletions
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);
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('Fetch','#fetch-method','fetch()')}}</td>
- <td>{{Spec2('Fetch')}}</td>
- <td>Частично определена в новейшей спецификации <code>WindowOrWorkerGlobalScope</code>.</td>
- </tr>
- <tr>
- <td>{{SpecName('Fetch','#dom-global-fetch','fetch()')}}</td>
- <td>{{Spec2('Fetch')}}</td>
- <td>Первоначальное определение</td>
- </tr>
- <tr>
- <td>{{SpecName('Credential Management')}}</td>
- <td>{{Spec2('Credential Management')}}</td>
- <td>Добавлена возможность установить экземпляр класса {{domxref("FederatedCredential")}} или {{domxref("PasswordCredential")}} как возможное значение для <code>init.credentials</code>.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
<p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p>