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/renotify/index.md | 44 ++++++++----------------- 1 file changed, 14 insertions(+), 30 deletions(-) (limited to 'files/fr/web/api/notification/renotify') diff --git a/files/fr/web/api/notification/renotify/index.md b/files/fr/web/api/notification/renotify/index.md index ebd7bb4492..1edc3cc380 100644 --- a/files/fr/web/api/notification/renotify/index.md +++ b/files/fr/web/api/notification/renotify/index.md @@ -13,44 +13,28 @@ tags: - renotify translation_of: Web/API/Notification/renotify --- -

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

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

La propriété en lecture seule renotify de l'interface {{domxref ("Notification")}} spécifie si l'utilisateur doit être notifié après qu'une nouvelle notification remplace l'ancienne, comme spécifié comme définis à l'aide de l'option renotify lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification"," Notification()")}}.

+La propriété en lecture seule **`renotify`** de l'interface {{domxref ("Notification")}} spécifie si l'utilisateur doit être notifié après qu'une nouvelle notification remplace l'ancienne, comme spécifié comme définis à l'aide de l'option `renotify` lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification"," Notification()")}}. -

Syntaxe

+## Syntaxe -
Notification.renotify
-
+ Notification.renotify -

Valeur

+### Valeur -

Un {{domxref("Boolean")}}. false est la valeur par défaut; true oblige la notification à renotifier l'utilisateur.

+Un {{domxref("Boolean")}}. `false` est la valeur par défaut; `true` oblige la notification à renotifier l'utilisateur. -

Spécifications

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

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

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

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

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