From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/url/revokeobjecturl/index.md | 63 ++++++++++----------------- 1 file changed, 22 insertions(+), 41 deletions(-) (limited to 'files/fr/web/api/url/revokeobjecturl') diff --git a/files/fr/web/api/url/revokeobjecturl/index.md b/files/fr/web/api/url/revokeobjecturl/index.md index 5785e39c30..e5cdf42011 100644 --- a/files/fr/web/api/url/revokeobjecturl/index.md +++ b/files/fr/web/api/url/revokeobjecturl/index.md @@ -3,60 +3,41 @@ title: URL.revokeObjectURL() slug: Web/API/URL/revokeObjectURL translation_of: Web/API/URL/revokeObjectURL --- -
{{ApiRef("URL")}}
+{{ApiRef("URL")}} -

La méthode statique URL.revokeObjectURL() libère une URL d’objet existante précédemment créée par un appel à {{domxref("URL.createObjectURL()") }}. Appelez cette méthode quand vous n’utilisez plus une URL d’objet pour indiquer au navigateur qu’il ne doit plus garder de référence sur l’objet.

+La méthode statique **`URL.revokeObjectURL()`** libère une URL d’objet existante précédemment créée par un appel à {{domxref("URL.createObjectURL()") }}. Appelez cette méthode quand vous n’utilisez plus une URL d’objet pour indiquer au navigateur qu’il ne doit plus garder de référence sur l’objet. -

{{AvailableInWorkers}}

+{{AvailableInWorkers}} -

Syntaxe

+## Syntaxe -
window.URL.revokeObjectURL(objectURL);
-
+ window.URL.revokeObjectURL(objectURL); -

Paramètres

+### Paramètres -
-
objectURL
-
Une {{domxref("DOMString")}} représentant une URL d’objet qui a été précédemment créée par un appel à {{domxref("URL.createObjectURL", "createObjectURL()") }}.
-
+- `objectURL` + - : Une {{domxref("DOMString")}} représentant une URL d’objet qui a été précédemment créée par un appel à {{domxref("URL.createObjectURL", "createObjectURL()") }}. -

Valeur de retour

+### Valeur de retour -

undefined.

+`undefined`. - +## Exemple -

Exemple

+Voir [Utilisation de l’objet URLs pour afficher des images](/fr/docs/Web/API/File/Using_files_from_web_applications#Exemple_Utilisation_de_l'objet_URLs_pour_afficher_des_images). -

Voir Utilisation de l’objet URLs pour afficher des images.

+## Spécification -

Spécification

+| Spécification | Statut | Commentaire | +| -------------------------------------------------------------------------------------------- | ---------------------------- | ------------------- | +| {{SpecName('File API', '#dfn-revokeObjectURL', 'revokeObjectURL()')}} | {{Spec2('File API')}} | Définition initiale | - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('File API', '#dfn-revokeObjectURL', 'revokeObjectURL()')}}{{Spec2('File API')}}Définition initiale
+## Compatibilité des navigateurs -

Compatibilité des navigateurs

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

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

+## Voir aussi -

Voir aussi

- - +- [Utiliser des fichiers à partir d’applications web](/fr/docs/Web/API/File/Using_files_from_web_applications) +- [Utilisation de l’objet URLs pour afficher des images](/fr/docs/Web/API/File/Using_files_from_web_applications#Exemple_Utilisation_de_l'objet_URLs_pour_afficher_des_images) +- {{domxref("URL.createObjectURL()") }} -- cgit v1.2.3-54-g00ecf