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

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

- -

La propriété en lecture seule title de l'interface {{domxref ("Notification")}} indique le titre de la notification, 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()") }} constructeur.

- -

Syntaxe

- -
Notification.title
- -

Valeur

- -

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

- -

Spécifications

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

Compatibilité des navigateurs

- -

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

- -

Voir également

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

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

+ +

La propriété en lecture seule title de l'interface {{domxref ("Notification")}} indique le titre de la notification, 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()") }} constructeur.

+ +

Syntaxe

+ +
Notification.title
+ +

Valeur

+ +

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

+ +

Spécifications

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

Compatibilité des navigateurs

+ +

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

+ +

Voir également

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