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

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

- -

La propriété badge de l'interface {{domxref ("Notification")}} renvoie l'URL de l'image utilisée pour représenter la notification lorsqu'il n'y a pas assez d'espace pour afficher la notification elle-même.

- -

Syntaxe

- -
const url = Notification.badge
- -

Valeur

- -

Une {{domxref('USVString')}} contenant une URL.

- -

Spécifications

- - - - - - - - - - - - - - -
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-badge','badge')}}{{Spec2('Web Notifications')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

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

diff --git a/files/fr/web/api/notification/badge/index.md b/files/fr/web/api/notification/badge/index.md new file mode 100644 index 0000000000..319ba58bb9 --- /dev/null +++ b/files/fr/web/api/notification/badge/index.md @@ -0,0 +1,44 @@ +--- +title: Notification.badge +slug: Web/API/notification/badge +tags: + - API Notification + - API badge + - Notification + - Notifications + - Propriété + - Reference +translation_of: Web/API/Notification/badge +--- +

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

+ +

La propriété badge de l'interface {{domxref ("Notification")}} renvoie l'URL de l'image utilisée pour représenter la notification lorsqu'il n'y a pas assez d'espace pour afficher la notification elle-même.

+ +

Syntaxe

+ +
const url = Notification.badge
+ +

Valeur

+ +

Une {{domxref('USVString')}} contenant une URL.

+ +

Spécifications

+ + + + + + + + + + + + + + +
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-badge','badge')}}{{Spec2('Web Notifications')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

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

-- cgit v1.2.3-54-g00ecf