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

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

- -

La propriété en lecture seule body de l'interface {{domxref ("Notification")}} est la chaîne de caractères qui correspond au corps de la notification, comme définis à l'aide de l'option body lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()" )}}.

- -

Syntaxe

- -
Notification.body
-
- -

Valeur

- -

Une {{domxref("DOMString")}} contenant le corps de la notification.

- -

Spécifications

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

Compatibilité des navigateurs

- -

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

- -

Voir également

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