diff options
Diffstat (limited to 'files/ru/web/api/urlsearchparams/delete')
-rw-r--r-- | files/ru/web/api/urlsearchparams/delete/index.html | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/files/ru/web/api/urlsearchparams/delete/index.html b/files/ru/web/api/urlsearchparams/delete/index.html index 64d0ab694c..c9e662228e 100644 --- a/files/ru/web/api/urlsearchparams/delete/index.html +++ b/files/ru/web/api/urlsearchparams/delete/index.html @@ -34,22 +34,7 @@ params.delete('foo'); //Строка запроса теперь: 'bar=2'</pre> <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('URL', '#dom-urlsearchparams-delete', "delete()")}}</td> - <td>{{Spec2('URL')}}</td> - <td>Первоначальное определение.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимые_браузеры">Совместимые браузеры</h2> |