From c46e9da7f68bd682fc9ff1452b7fe63df1227151 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Wed, 2 Mar 2022 20:01:54 +0900 Subject: Migrate to Compat macro (zh-tw) --- .../web/api/xmlhttprequest/readystate/index.html | 50 +-------------------- .../readystatechange_event/index.html | 52 +--------------------- .../zh-tw/web/api/xmlhttprequest/status/index.html | 52 +--------------------- 3 files changed, 3 insertions(+), 151 deletions(-) (limited to 'files/zh-tw/web/api/xmlhttprequest') diff --git a/files/zh-tw/web/api/xmlhttprequest/readystate/index.html b/files/zh-tw/web/api/xmlhttprequest/readystate/index.html index 3f7e909fe0..63b4a24b47 100644 --- a/files/zh-tw/web/api/xmlhttprequest/readystate/index.html +++ b/files/zh-tw/web/api/xmlhttprequest/readystate/index.html @@ -97,52 +97,4 @@ xhr.send(null);

瀏覽器相容性

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
功能ChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
基本支援{{CompatChrome(1)}}{{CompatGeckoDesktop("1.0")}}[1]{{CompatIe(7)}}{{CompatVersionUnknown}}{{CompatSafari("1.2")}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
功能AndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
基本支援{{CompatUnknown}}1.0{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
+{{Compat("api.XMLHttpRequest.readyState")}} diff --git a/files/zh-tw/web/api/xmlhttprequest/readystatechange_event/index.html b/files/zh-tw/web/api/xmlhttprequest/readystatechange_event/index.html index 79d776fec6..feae1d44e8 100644 --- a/files/zh-tw/web/api/xmlhttprequest/readystatechange_event/index.html +++ b/files/zh-tw/web/api/xmlhttprequest/readystatechange_event/index.html @@ -61,54 +61,4 @@ xhr.send();

瀏覽器相容性

-

{{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] Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject().

+{{Compat("api.XMLHttpRequest.readystatechange_event")}} diff --git a/files/zh-tw/web/api/xmlhttprequest/status/index.html b/files/zh-tw/web/api/xmlhttprequest/status/index.html index c54ece9939..bd62ed68fd 100644 --- a/files/zh-tw/web/api/xmlhttprequest/status/index.html +++ b/files/zh-tw/web/api/xmlhttprequest/status/index.html @@ -56,57 +56,7 @@ xhr.send(null);

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(1)}}{{CompatGeckoDesktop("1.0")}}[1]{{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] Internet Explorer versions 5 and 6 lacked the XMLHttpRequest object, but provided a way to make AJAX requests using ActiveXObject.

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

See also

-- cgit v1.2.3-54-g00ecf