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

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

- -

La propriété en lecture seule data de l'interface {{domxref ("Notification")}} renvoie un clone structuré des données de la notification, comme définis à l'aide de l'option data  lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification() ")}}.

- -

Les données de la notification peuvent être des données arbitraires, sans restriction de format que vous souhaitez associer à la notification.

- -

Syntaxe

- -
Notification.data
-
- -

Valeur

- -

Un clone structuré.

- -

Spécifications

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

Compatibilité des navigateurs

- -

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

- -

Voir également

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

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

+ +

La propriété en lecture seule data de l'interface {{domxref ("Notification")}} renvoie un clone structuré des données de la notification, comme définis à l'aide de l'option data  lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification() ")}}.

+ +

Les données de la notification peuvent être des données arbitraires, sans restriction de format que vous souhaitez associer à la notification.

+ +

Syntaxe

+ +
Notification.data
+
+ +

Valeur

+ +

Un clone structuré.

+ +

Spécifications

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

Compatibilité des navigateurs

+ +

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

+ +

Voir également

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