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/notification/image/index.md | 41 ++++++++++------------------ 1 file changed, 14 insertions(+), 27 deletions(-) (limited to 'files/fr/web/api/notification/image') diff --git a/files/fr/web/api/notification/image/index.md b/files/fr/web/api/notification/image/index.md index fa57345f6e..f37b623597 100644 --- a/files/fr/web/api/notification/image/index.md +++ b/files/fr/web/api/notification/image/index.md @@ -11,41 +11,28 @@ tags: - Reference translation_of: Web/API/Notification/image --- -

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

+{{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()")}}.

+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

+## Syntaxe -
Notification.image
+ Notification.image -

Valeur

+### Valeur -

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

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

Spécifications

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

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

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

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

Voir également

+## Voir également - +- [Utilisation de l'API Notifications](/fr/docs/Web/API/Notifications_API/Using_the_Notifications_API) -- cgit v1.2.3-54-g00ecf