From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/notification/image/index.html | 51 -------------------------- 1 file changed, 51 deletions(-) delete mode 100644 files/fr/web/api/notification/image/index.html (limited to 'files/fr/web/api/notification/image/index.html') diff --git a/files/fr/web/api/notification/image/index.html b/files/fr/web/api/notification/image/index.html deleted file mode 100644 index fa57345f6e..0000000000 --- a/files/fr/web/api/notification/image/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Notification.image -slug: Web/API/notification/image -tags: - - API - - API Notifications - - Image - - Notification - - Notifications - - Propriété - - Reference -translation_of: Web/API/Notification/image ---- -

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

- -

La propriété en lecture seule image de l'interface {{domxref ("Notification")}} contient l'URL d'une image à afficher dans le cadre de la notification, comme définis à l'aide de l'option image lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification"," Notification()")}}.

- -

Syntaxe

- -
Notification.image
- -

Valeur

- -

Une {{domxref("USVString")}}.

- -

Spécifications

- - - - - - - - - - - - - - -
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#image-resource','image')}}{{Spec2('Web Notifications')}}Living standard
- -

Compatibilité des navigateurs

- -

{{Compat("api.Notification.image")}}

- -

Voir également

- - -- cgit v1.2.3-54-g00ecf