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/mutationobserver/index.html | 58 +--------------------------- 1 file changed, 1 insertion(+), 57 deletions(-) (limited to 'files/es/web/api/mutationobserver/index.html') diff --git a/files/es/web/api/mutationobserver/index.html b/files/es/web/api/mutationobserver/index.html index f0fe2a4b01..2a81df4b0a 100644 --- a/files/es/web/api/mutationobserver/index.html +++ b/files/es/web/api/mutationobserver/index.html @@ -271,60 +271,4 @@ observer.disconnect();

Compatibilidad en navegadores

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support18 {{ property_prefix("-webkit") }}
- 26
{{ CompatGeckoDesktop(14) }}11156.0 {{ property_prefix("-webkit") }}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE  (Windows Phone) Opera MobileSafari Mobile
Basic support{{ CompatUnknown() }}18 {{ property_prefix("-webkit") }}
- 26
{{ CompatGeckoMobile(14) }}11 (8.1)15 -

6 {{ property_prefix("-webkit")}}

- -

7

-
-
- -

 

+{{Compat("api.MutationObserver")}} -- cgit v1.2.3-54-g00ecf