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

{{APIRef("Navigation Timing")}}

- -
-

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

-
- -

L'ancienne propriété en lecture seule domainLookupEnd retourne un unsigned long long représentant le moment, en millisecondes depuis l'époque UNIX, où la recherche de domaine est terminée. Si une connexion persistante est utilisée, ou si les informations sont stockées dans un cache ou une ressource locale, la valeur sera la même que PerformanceTiming.fetchStart.

- -

Syntaxe

- -
let time = performanceTiming.domainLookupEnd;
- -

Spécifications

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

Compatibilité des navigateurs

- -

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

- -

Voir aussi

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