diff options
Diffstat (limited to 'files/ru/web/api/fetch_api/using_fetch/index.html')
-rw-r--r-- | files/ru/web/api/fetch_api/using_fetch/index.html | 17 |
1 files changed, 16 insertions, 1 deletions
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 4485f4f88b..a51617db11 100644 --- a/files/ru/web/api/fetch_api/using_fetch/index.html +++ b/files/ru/web/api/fetch_api/using_fetch/index.html @@ -399,7 +399,22 @@ console.log(myHeaders.get("X-Custom-Header")); // [ ]</pre> <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Fetch')}}</td> + <td>{{Spec2('Fetch')}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Совместимость_браузера">Совместимость браузера</h2> |