From 0ce7202a706c9036eeea42c158f433c2b7940457 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Thu, 3 Mar 2022 22:36:23 +0900 Subject: Migrate CompatibilityTable to Compat macro (es) (#4355) * Migrate CompatibilityTable to Compat macro (es) * Migrate to multiple Compat macro (es) --- files/es/web/api/worker/index.html | 52 +--------------------------- files/es/web/api/worker/terminate/index.html | 50 +------------------------- 2 files changed, 2 insertions(+), 100 deletions(-) (limited to 'files/es/web/api/worker') diff --git a/files/es/web/api/worker/index.html b/files/es/web/api/worker/index.html index 4be8325629..58bf9a84c3 100644 --- a/files/es/web/api/worker/index.html +++ b/files/es/web/api/worker/index.html @@ -93,57 +93,7 @@ first.onchange = function() {

Support varies for different types of workers. See each worker type's page for specifics.

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support43.510.010.64
-
- -
- - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)Firefox OS (Gecko)IE PhoneOpera MobileSafari MobileChrome for Android
Basic support4.43.51.0.110.011.55.1{{CompatUnknown}}
-
+{{Compat("api.Worker")}}

See also

diff --git a/files/es/web/api/worker/terminate/index.html b/files/es/web/api/worker/terminate/index.html index d557989f25..4dc362b935 100644 --- a/files/es/web/api/worker/terminate/index.html +++ b/files/es/web/api/worker/terminate/index.html @@ -52,55 +52,7 @@ myWorker.terminate();

Compatibilidad de navegadores

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Soporte básico43.510.010.64
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)Firefox OS (Gecko)IE PhoneOpera MobileSafari Mobile
Soporte básico4.43.51.0.110.011.55.1
-
+{{Compat("api.Worker.terminate")}}

Mirar también

-- cgit v1.2.3-54-g00ecf