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 --- .../performancetiming/unloadeventstart/index.html | 57 ---------------------- .../performancetiming/unloadeventstart/index.md | 57 ++++++++++++++++++++++ 2 files changed, 57 insertions(+), 57 deletions(-) delete mode 100644 files/fr/web/api/performancetiming/unloadeventstart/index.html create mode 100644 files/fr/web/api/performancetiming/unloadeventstart/index.md (limited to 'files/fr/web/api/performancetiming/unloadeventstart') diff --git a/files/fr/web/api/performancetiming/unloadeventstart/index.html b/files/fr/web/api/performancetiming/unloadeventstart/index.html deleted file mode 100644 index c97032703f..0000000000 --- a/files/fr/web/api/performancetiming/unloadeventstart/index.html +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: PerformanceTiming.unloadEventStart -slug: Web/API/PerformanceTiming/unloadEventStart -tags: - - API - - Backwards compatibility - - Deprecated - - Navigation Timing - - PerformanceTiming - - Property - - Propriété - - Read-only - - legacy - - unloadEventStart -translation_of: Web/API/PerformanceTiming/unloadEventStart ---- -

{{APIRef("Navigation Timing")}}

- -
-

Attention : Cette interface est dépréciée dans la spécification Navigation Timing Level 2. Veuillez utiliser la propriété PerformanceNavigationTiming.unloadEventStart de l'interface PerformanceNavigationTiming à la place.

-
- -

L'ancienne propriété en lecture seule unloadEventStart retourne un unsigned long long représentant le moment, en millisecondes depuis l'époque UNIX, où l'événement unload a été lancé. S'il n'y a pas de document précédent, ou si le document précédent, ou l'une des redirections nécessaires, n'est pas de la même origine, la valeur retournée est 0.

- -

Syntaxe

- -
let time = performanceTiming.unloadEventStart;
- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Navigation Timing', '#dom-performancetiming-unloadeventstart', - 'PerformanceTiming.unloadEventStart')}}{{Spec2('Navigation Timing')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.PerformanceTiming.unloadEventStart")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/performancetiming/unloadeventstart/index.md b/files/fr/web/api/performancetiming/unloadeventstart/index.md new file mode 100644 index 0000000000..c97032703f --- /dev/null +++ b/files/fr/web/api/performancetiming/unloadeventstart/index.md @@ -0,0 +1,57 @@ +--- +title: PerformanceTiming.unloadEventStart +slug: Web/API/PerformanceTiming/unloadEventStart +tags: + - API + - Backwards compatibility + - Deprecated + - Navigation Timing + - PerformanceTiming + - Property + - Propriété + - Read-only + - legacy + - unloadEventStart +translation_of: Web/API/PerformanceTiming/unloadEventStart +--- +

{{APIRef("Navigation Timing")}}

+ +
+

Attention : Cette interface est dépréciée dans la spécification Navigation Timing Level 2. Veuillez utiliser la propriété PerformanceNavigationTiming.unloadEventStart de l'interface PerformanceNavigationTiming à la place.

+
+ +

L'ancienne propriété en lecture seule unloadEventStart retourne un unsigned long long représentant le moment, en millisecondes depuis l'époque UNIX, où l'événement unload a été lancé. S'il n'y a pas de document précédent, ou si le document précédent, ou l'une des redirections nécessaires, n'est pas de la même origine, la valeur retournée est 0.

+ +

Syntaxe

+ +
let time = performanceTiming.unloadEventStart;
+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('Navigation Timing', '#dom-performancetiming-unloadeventstart', + 'PerformanceTiming.unloadEventStart')}}{{Spec2('Navigation Timing')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.PerformanceTiming.unloadEventStart")}}

+ +

Voir aussi

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