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/xmlhttprequest/abort/index.html | 53 +------------------- .../readystatechange_event/index.html | 52 +------------------- .../web/api/xmlhttprequest/responsetext/index.html | 56 +--------------------- 3 files changed, 3 insertions(+), 158 deletions(-) (limited to 'files/es/web/api/xmlhttprequest') diff --git a/files/es/web/api/xmlhttprequest/abort/index.html b/files/es/web/api/xmlhttprequest/abort/index.html index de73cb1a5d..f014225a5e 100644 --- a/files/es/web/api/xmlhttprequest/abort/index.html +++ b/files/es/web/api/xmlhttprequest/abort/index.html @@ -60,58 +60,7 @@ xhr.abort();

Compatibilidad con navegadores

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
MejoraChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Soporte básico{{CompatChrome(1)}}{{CompatUnknown}}{{CompatIe('5')}}[1]
- {{CompatIe('7')}}
{{CompatVersionUnknown}}{{CompatSafari('1.2')}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
MejoraAndroidChrome para AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Soporte básico{{CompatUnknown}}1.0{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] This feature was implemented via ActiveXObject(). Internet Explorer implementa el estándar XMLHttpRequest desde la versión 7.

+{{Compat("api.XMLHttpRequest.abort")}}

Ver también

diff --git a/files/es/web/api/xmlhttprequest/readystatechange_event/index.html b/files/es/web/api/xmlhttprequest/readystatechange_event/index.html index 4b68a7b267..85dc6e821e 100644 --- a/files/es/web/api/xmlhttprequest/readystatechange_event/index.html +++ b/files/es/web/api/xmlhttprequest/readystatechange_event/index.html @@ -57,54 +57,4 @@ xhr.send();

Compatibilidad con navegadores Web

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatChrome(1)}}{{CompatGeckoDesktop(1.0)}}{{CompatIe(7)}}[1]{{CompatVersionUnknown}}{{CompatSafari(1.2)}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}1.0{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] Las versiones 5 y 6 admiten llamadas AJAX usando ActiveXObject().

+{{Compat("api.XMLHttpRequest.readystatechange_event")}} diff --git a/files/es/web/api/xmlhttprequest/responsetext/index.html b/files/es/web/api/xmlhttprequest/responsetext/index.html index d119565243..34a7ae990b 100644 --- a/files/es/web/api/xmlhttprequest/responsetext/index.html +++ b/files/es/web/api/xmlhttprequest/responsetext/index.html @@ -47,58 +47,4 @@ xhr.send(null);

Compatibilidad con navegadores

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}[1]{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] Anteriores a  IE 10, El valo de  XMLHttpRequest.responseText debe ser leido una vez que la consulta fuera completada.

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