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 --- .../web/api/serviceworkerregistration/index.html | 30 +--------------------- .../pushmanager/index.html | 15 +---------- .../serviceworkerregistration/update/index.html | 15 +---------- 3 files changed, 3 insertions(+), 57 deletions(-) (limited to 'files/ru/web/api/serviceworkerregistration') diff --git a/files/ru/web/api/serviceworkerregistration/index.html b/files/ru/web/api/serviceworkerregistration/index.html index 8daa8d7b98..2890d0bfa1 100644 --- a/files/ru/web/api/serviceworkerregistration/index.html +++ b/files/ru/web/api/serviceworkerregistration/index.html @@ -98,35 +98,7 @@ translation_of: Web/API/ServiceWorkerRegistration

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('Service Workers', '#service-worker-registration-obj', 'ServiceWorkerRegistration')}}{{Spec2('Service Workers')}}Изначальное определение.
{{SpecName('Push API', '#widl-ServiceWorkerRegistration-pushManager', 'PushManager')}}{{Spec2('Push API')}}Добавлено свойство {{domxref("PushManager","pushManager")}}.
{{SpecName('Web Notifications')}}{{Spec2('Web Notifications')}}Добавлены методы {{domxref("ServiceWorkerRegistration.showNotification()","showNotification()")}} и {{domxref("ServiceWorkerRegistration.getNotifications()","getNotifications()")}}.
{{SpecName('Background Sync')}}{{Spec2('Background Sync')}}Добавлено свойство {{domxref("ServiceWorkerRegistration.sync","sync")}}.
+{{Specifications}}

Совместимость

diff --git a/files/ru/web/api/serviceworkerregistration/pushmanager/index.html b/files/ru/web/api/serviceworkerregistration/pushmanager/index.html index 7abc706489..b1ef0ebeae 100644 --- a/files/ru/web/api/serviceworkerregistration/pushmanager/index.html +++ b/files/ru/web/api/serviceworkerregistration/pushmanager/index.html @@ -44,20 +44,7 @@ navigator.serviceWorker.register('serviceworker.js').then(

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Push API', '#pushmanager-interface', 'PushManager')}}{{Spec2('Push API')}}Initial definition.
+{{Specifications}}

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

diff --git a/files/ru/web/api/serviceworkerregistration/update/index.html b/files/ru/web/api/serviceworkerregistration/update/index.html index 502791c6ce..5c74c99096 100644 --- a/files/ru/web/api/serviceworkerregistration/update/index.html +++ b/files/ru/web/api/serviceworkerregistration/update/index.html @@ -42,20 +42,7 @@ translation_of: Web/API/ServiceWorkerRegistration/update

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('Service Workers', '#service-worker-registration-update-method', 'ServiceWorkerRegistration.update()')}}{{Spec2('Service Workers')}}Первоначальное определение.
+{{Specifications}}

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

{{Compat("api.ServiceWorkerRegistration.update")}}

-- cgit v1.2.3-54-g00ecf