From 99efa5cfa34c3f9d38b75352881acdfc99508ebf Mon Sep 17 00:00:00 2001 From: tristantheb Date: Fri, 2 Apr 2021 13:50:14 +0200 Subject: UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311) * UPDATE: Removing CompatibilityTable script - Part 1 * UPDATE: Removing CompatibilityTable script - Part 2 * UPDATE: Removing CompatibilityTable script - Part 3 * UPDATE: Removing CompatibilityTable script - Part 4 * UPDATE: Removing CompatibilityTable script - Part 5/5 * FIX: Repair the EOL of one page * FIX: Fix conflicting file --- files/fr/web/api/url/index.html | 137 ++-------------------------------------- 1 file changed, 7 insertions(+), 130 deletions(-) (limited to 'files/fr/web/api/url') diff --git a/files/fr/web/api/url/index.html b/files/fr/web/api/url/index.html index 0036163e08..98ce833c1b 100644 --- a/files/fr/web/api/url/index.html +++ b/files/fr/web/api/url/index.html @@ -138,138 +138,15 @@ console.log< -

Browser compatibility

+

Compatibilité des navigateurs

-

{{CompatibilityTable}}

+

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

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FonctionnalitésChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support8.0[2]
- 32
In Development[5]{{CompatGeckoDesktop("2.0")}}[1][3][6]
- {{CompatGeckoDesktop("19.0")}}
{{CompatNo}}[4]15.0[2]
- 19
6.0[2]
- 7.0
username, password, and origin{{CompatChrome(52)}}{{CompatUnknown}}{{CompatGeckoDesktop("26.0")}}{{CompatUnknown}}19{{CompatVersionUnknown}}
searchParams{{CompatChrome(51)}}{{CompatUnknown}}{{CompatGeckoDesktop("29.0")}}{{CompatUnknown}}36{{CompatNo}}
toJSON{{CompatUnknown}}{{CompatUnknown}}{{CompatGeckoDesktop("54")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
 
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FonctionnalitésAndroid WebviewChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support4[2]
- 4.4
8.0[2]
- 32
{{CompatGeckoMobile("14.0")}}[1][3][6]
- {{CompatGeckoMobile("19.0")}}
{{CompatVersionUnknown}}15.0[2]6.0[2]
username, password, and origin{{CompatChrome(52)}}{{CompatChrome(52)}}{{CompatGeckoDesktop("26.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}
searchParams{{CompatChrome(51)}}{{CompatChrome(51)}}{{CompatGeckoMobile("29.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
 
-
- -

[1] De Gecko 2 (Firefox 4) à Gecko 18 inclus, Gecko a mis en oeuvre cette interface avec le type interne non-standard nsIDOMMozURLProperty . Comme le seul accès à ce type d'objet était à travers {{domxref("window.URL")}}, en pratique, cela ne faisait aucune différence.

- -

[2] Cette fonctionnalité est implémentée sous le nom non-standard webkitURL.

- -

[3] Pour Firefox, à utiliser à partir du code chrome, portée JSM et Bootstrap, vous devez l'importer comme ceci :

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

URL est disponible pour les portées du "Worker" .

- -

[4] Depuis IE11, l'instanciation de nouveaux objets URL n'est pas prise en charge, c'est-à-dire que la nouvelle URL() ne fonctionne pas.

- -

[5] Edge en développement : voir https://developer.microsoft.com/en-us/microsoft-edge/platform/status/urlapi/  et https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6263638-url-api.

- -

[6] Firefox a un bogue dans lequel les apostrophes contenues dans les URL s'échappent lorsqu'elles sont accessibles par les URL des API  ({{bug(1386683)}}). Cela a été corrigé à partir de Firefox 57 .

- -

Voir aussi

+

Voir aussi

-- cgit v1.2.3-54-g00ecf