From 9a110dee28ae2ef12ee014b98fda6bae6ee48edb Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Wed, 2 Mar 2022 20:22:51 +0900 Subject: Migrate to Compat macro (zh-cn) --- files/zh-cn/web/api/extendableevent/index.html | 71 +------------------------- 1 file changed, 1 insertion(+), 70 deletions(-) (limited to 'files/zh-cn/web/api/extendableevent') diff --git a/files/zh-cn/web/api/extendableevent/index.html b/files/zh-cn/web/api/extendableevent/index.html index 4f1adf6b7f..078b495540 100644 --- a/files/zh-cn/web/api/extendableevent/index.html +++ b/files/zh-cn/web/api/extendableevent/index.html @@ -115,76 +115,7 @@ self.addEventListener('install', function(event) {

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(40.0)}}{{ CompatGeckoDesktop("44.0") }}[1]{{CompatNo}}24{{CompatNo}}
async waitUntil(){{CompatUnknown}}{{ CompatGeckoDesktop("53.0") }}[2]{{CompatNo}}{{CompatUnknown}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{ CompatGeckoMobile("44.0") }}{{CompatNo}}{{CompatUnknown}}{{CompatNo}}{{CompatChrome(40.0)}}
async waitUntil(){{CompatNo}}{{ CompatGeckoMobile("53.0") }}[2]{{CompatNo}}{{CompatUnknown}}{{CompatNo}}{{CompatUnknown}}
-
- -

[1] Service workers (and Push) have been disabled in the Firefox 45 & 52 Extended Support Releases (ESR.)

- -

[2] {{domxref("ExtendableEvent.waitUntil", "ExtendableEvent.waitUntil()")}} can now be called asynchronously (see {{bug(1263304)}}).

+{{Compat("api.ExtendableEvent")}}

See also

-- cgit v1.2.3-54-g00ecf