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/request/method/index.html | 63 +-------------------------- files/zh-cn/web/api/request/url/index.html | 63 +-------------------------- 2 files changed, 2 insertions(+), 124 deletions(-) (limited to 'files/zh-cn/web/api/request') diff --git a/files/zh-cn/web/api/request/method/index.html b/files/zh-cn/web/api/request/method/index.html index a10396fe27..49e14ecfef 100644 --- a/files/zh-cn/web/api/request/method/index.html +++ b/files/zh-cn/web/api/request/method/index.html @@ -41,68 +41,7 @@ var myMethod = myRequest.method; // GET

浏览器兼容性

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(42)}}
- {{CompatChrome(41)}}[1]
{{CompatVersionUnknown}}{{CompatGeckoDesktop(39)}}
- 34[1]
{{CompatNo}} -

29
- 28[1]

-
{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidEdgeFirefox Mobile (Gecko)Firefox OS (Gecko)IE PhoneOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] This feature is implemented behind a preference.

+{{Compat("api.Request.method")}}

See also

diff --git a/files/zh-cn/web/api/request/url/index.html b/files/zh-cn/web/api/request/url/index.html index de2a6d17f1..6bf06e66c5 100644 --- a/files/zh-cn/web/api/request/url/index.html +++ b/files/zh-cn/web/api/request/url/index.html @@ -41,68 +41,7 @@ var myURL = myRequest.url; // "http://mdn.github.io/fetch-examples/fetch-request

浏览器兼容性

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(42)}}
- {{CompatChrome(41)}}[1]
{{CompatVersionUnknown}}{{CompatGeckoDesktop(39)}}
- 34[1]
{{CompatNo}} -

29
- 28[1]

-
{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidEdgeFirefox Mobile (Gecko)Firefox OS (Gecko)IE PhoneOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] This feature is implemented behind a preference.

+{{Compat("api.Request.url")}}

See also

-- cgit v1.2.3-54-g00ecf