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/silent/index.html | 54 ------------------------- files/fr/web/api/notification/silent/index.md | 54 +++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 files/fr/web/api/notification/silent/index.html create mode 100644 files/fr/web/api/notification/silent/index.md (limited to 'files/fr/web/api/notification/silent') diff --git a/files/fr/web/api/notification/silent/index.html b/files/fr/web/api/notification/silent/index.html deleted file mode 100644 index d97cde7bd4..0000000000 --- a/files/fr/web/api/notification/silent/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Notification.silent -slug: Web/API/notification/silent -tags: - - API - - API Notifications - - Notifications - - Propriété - - Reference - - Vibration - - Vibreur - - silencieuse - - silent -translation_of: Web/API/Notification/silent ---- -

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

- -

La propriété en lecture seule silent de l'interface {{domxref ("Notification")}} spécifie si la notification doit être silencieuse, c'est-à-dire qu'aucun son ou vibration ne doit être émis, quels que soient les paramètres de l'appareil. Ceci est comme définis à l'aide de l'option silent lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()")}}.

- -

Syntaxe

- -
Notification.silent
-
- -

Valeur

- -

Un {{domxref("Boolean")}}. false est la valeur par défaut; true rend la notification silencieuse.

- -

Spécifications

- - - - - - - - - - - - - - -
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-silent','silent')}}{{Spec2('Web Notifications')}}Living standard
- -

Compatibilité des navigateurs

- -

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

- -

Voir également

- - diff --git a/files/fr/web/api/notification/silent/index.md b/files/fr/web/api/notification/silent/index.md new file mode 100644 index 0000000000..d97cde7bd4 --- /dev/null +++ b/files/fr/web/api/notification/silent/index.md @@ -0,0 +1,54 @@ +--- +title: Notification.silent +slug: Web/API/notification/silent +tags: + - API + - API Notifications + - Notifications + - Propriété + - Reference + - Vibration + - Vibreur + - silencieuse + - silent +translation_of: Web/API/Notification/silent +--- +

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

+ +

La propriété en lecture seule silent de l'interface {{domxref ("Notification")}} spécifie si la notification doit être silencieuse, c'est-à-dire qu'aucun son ou vibration ne doit être émis, quels que soient les paramètres de l'appareil. Ceci est comme définis à l'aide de l'option silent lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()")}}.

+ +

Syntaxe

+ +
Notification.silent
+
+ +

Valeur

+ +

Un {{domxref("Boolean")}}. false est la valeur par défaut; true rend la notification silencieuse.

+ +

Spécifications

+ + + + + + + + + + + + + + +
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-silent','silent')}}{{Spec2('Web Notifications')}}Living standard
+ +

Compatibilité des navigateurs

+ +

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

+ +

Voir également

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