From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/notification/image/index.html | 53 ++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/fr/web/api/notification/image/index.html (limited to 'files/fr/web/api/notification/image') diff --git a/files/fr/web/api/notification/image/index.html b/files/fr/web/api/notification/image/index.html new file mode 100644 index 0000000000..bfbb48f984 --- /dev/null +++ b/files/fr/web/api/notification/image/index.html @@ -0,0 +1,53 @@ +--- +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