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/performance/timing/index.html | 60 -------------------------- 1 file changed, 60 deletions(-) delete mode 100644 files/fr/web/api/performance/timing/index.html (limited to 'files/fr/web/api/performance/timing/index.html') diff --git a/files/fr/web/api/performance/timing/index.html b/files/fr/web/api/performance/timing/index.html deleted file mode 100644 index 583aecd811..0000000000 --- a/files/fr/web/api/performance/timing/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: performance.timing -slug: Web/API/Performance/timing -tags: - - API - - Rétrocompatibilité - - Déprécié - - Navigation Timing - - Performance - - Property - - Propriété - - Read-only - - Lecture seule - - Reference -translation_of: Web/API/Performance/timing ---- -

{{deprecated_header}}{{APIRef("Navigation Timing")}}

- -
-

Attention : Cette propriété est dépréciée dans la spécification Navigation Timing Level 2. Veuillez utiliser l'interface {{domxref("PerformanceNavigationTiming")}} à la place.

-
- -

L'ancienne propriété Performance.timing renvoie un objet {{domxref("PerformanceTiming")}} en lecture seule contenant des informations de performance liées à la latence.

- -{{warning("Cette propriété n'est pas disponible dans les Web Workers.")}} - -

Syntaxe

- -
-  timingInfo = performance.timing;
-
- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Navigation Timing Level 2', '#obsolete')}}{{Spec2('Navigation Timing Level 2')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.Performance.timing")}}

- -

Voir aussi

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