From 217f4d887069de4fe4426b4778a49f85f7986360 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 26 May 2021 21:48:43 -0400 Subject: Fix zh-cn Web/API/PushManager (#996) * fix zh-cn Web/API/PushManager * oops --- files/zh-cn/web/api/pushmanager/index.html | 61 +----------------------------- 1 file changed, 2 insertions(+), 59 deletions(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/api/pushmanager/index.html b/files/zh-cn/web/api/pushmanager/index.html index 28ba565023..48b05f89d5 100644 --- a/files/zh-cn/web/api/pushmanager/index.html +++ b/files/zh-cn/web/api/pushmanager/index.html @@ -13,7 +13,7 @@ tags: - TopicStub translation_of: Web/API/PushManager --- -

{{SeeCompatTable}}{{ApiRef("Push API")}}

+

{{ApiRef("Push API")}}

Push API 的PushManager接口提供了从第三方服务器接收消息通知的能力。

@@ -91,64 +91,7 @@ navigator.serviceWorker.register('serviceworker.js').then(

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(42.0)}}{{CompatGeckoDesktop(44.0)}}[1]{{CompatNo}}{{CompatUnknown}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidAndroid WebviewFirefox Mobile (Gecko)Firefox OSIE MobileOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile(48)}}[2]{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatChrome(42.0)}}
-
- - +

{{Compat("api.PushManager")}}

See also

-- cgit v1.2.3-54-g00ecf