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/url/createobjecturl/index.html | 73 +--------------- files/es/web/api/url/index.html | 110 +----------------------- 2 files changed, 2 insertions(+), 181 deletions(-) (limited to 'files/es/web/api/url') diff --git a/files/es/web/api/url/createobjecturl/index.html b/files/es/web/api/url/createobjecturl/index.html index 9a6b6841b4..2f568a84d4 100644 --- a/files/es/web/api/url/createobjecturl/index.html +++ b/files/es/web/api/url/createobjecturl/index.html @@ -66,78 +66,7 @@ translation_of: Web/API/URL/createObjectURL

Compatibilidad de navegadores

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Soporte básico8 [1]
- {{CompatChrome(23)}}
{{CompatGeckoDesktop(2)}}{{CompatIE(10)}}{{CompatOpera(15)}}{{CompatSafari(6)}} [1]
- {{CompatSafari(7)}}
In a {{ domxref("Worker", "Web Worker") }}10 [1]
- {{CompatChrome(23)}}
{{CompatGeckoDesktop(21)}}{{CompatIE(11)}}{{CompatOpera(15)}}{{CompatSafari(6)}} [1]
- {{CompatSafari(7)}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChrome para AndroidAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Soporte básico18 [1]4.0 [1]{{CompatGeckoMobile(14)}}{{CompatUnknown}}{{CompatOpera(15)}} [1]6.0 [1]
In a {{ domxref("Worker", "Web Worker") }}18 [1]{{CompatVersionUnknown}} [1]{{CompatGeckoMobile(14)}}{{CompatUnknown}}{{CompatOpera(15)}} [1]6.0 [1]
-
- -

[1] Con URL prefijado como webkitURL

+{{Compat("api.URL.createObjectURL")}}

Mirar también

diff --git a/files/es/web/api/url/index.html b/files/es/web/api/url/index.html index c107b21511..8a6708af80 100644 --- a/files/es/web/api/url/index.html +++ b/files/es/web/api/url/index.html @@ -99,115 +99,7 @@ translation_of: Web/API/URL

Browser compatibility

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support8.0[2]
- 32
In Development[5]{{CompatGeckoDesktop("2.0")}}[1][3]
- {{CompatGeckoDesktop("19.0")}}
{{CompatNo}}[4]15.0[2]
- 19
6.0[2]
- 7.0
username, password, and origin32{{CompatUnknown}}{{CompatGeckoDesktop("26.0")}}{{CompatUnknown}}19{{CompatVersionUnknown}}
searchParams{{CompatChrome(49)}}{{CompatUnknown}}{{CompatGeckoDesktop("29.0")}}{{CompatUnknown}}36{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support4[2]
- 4.4
8.0[2]
- 32
{{CompatGeckoMobile("14.0")}}[1][3]
- {{CompatGeckoMobile("19.0")}}
{{CompatVersionUnknown}}15.0[2]6.0[2]
username, password, and origin4.432{{CompatGeckoDesktop("26.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}
searchParams{{CompatNo}}{{CompatChrome(49)}}{{CompatGeckoMobile("29.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] From Gecko 2 (Firefox 4) to Gecko 18 included, Gecko supported this interface with the non-standard nsIDOMMozURLProperty internal type. As the only to access such an object was through {{domxref("window.URL")}}, in practice, this didn't make any difference.

- -

[2] This feature is implemented under the non-standard name webkitURL.

- -

[3] For Firefox, to use from chrome code, JSM and Bootstrap scope, you have to import it like this:

- -
Cu.importGlobalProperties(['URL']);
-
- -

URL is available in Worker scopes.

- -

[4] As of IE11, instantiating new URL objects is not supported - ie. new URL() does not work. 

- -

[5] Edge in development: see https://developer.microsoft.com/en-us/microsoft-edge/platform/status/urlapi/  and https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6263638-url-api

+{{Compat("api.URL")}}

See also

-- cgit v1.2.3-54-g00ecf