aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/performancetiming/domainlookupend/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/performancetiming/domainlookupend/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/performancetiming/domainlookupend/index.html')
-rw-r--r--files/fr/web/api/performancetiming/domainlookupend/index.html57
1 files changed, 0 insertions, 57 deletions
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
----
-<p>{{APIRef("Navigation Timing")}}</p>
-
-<div class="warning">
- <p><strong>Attention :</strong> Cette interface est dépréciée dans la spécification <a href="https://w3c.github.io/navigation-timing/#obsolete">Navigation Timing Level 2</a>. Veuillez utiliser l'interface <a href="/fr/docs/Web/API/PerformanceNavigationTiming"><code>PerformanceNavigationTiming</code></a> à la place.</p>
-</div>
-
-<p>L'ancienne propriété en lecture seule <code><strong>domainLookupEnd</code></strong> retourne un <code>unsigned long long</code> 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 <a href="/fr/docs/Web/API/PerformanceTiming/fetchStart"><code>PerformanceTiming.fetchStart</code></a>.</p>
-
-<h2 id="Syntax">Syntaxe</h2>
-
-<pre class="brush: js">let <var>time</var> = <var>performanceTiming</var>.domainLookupEnd;</pre>
-
-<h2 id="Specifications">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('Navigation Timing', '#dom-performancetiming-domainlookupend',
- 'PerformanceTiming.domainLookupEnd')}}</td>
- <td>{{Spec2('Navigation Timing')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("api.PerformanceTiming.domainLookupEnd")}}</p>
-
-<h2 id="See_also">Voir aussi</h2>
-
-<ul>
- <li>L'interface <a href="/fr/docs/Web/API/PerformanceTiming"><code>PerformanceTiming</code></a> à laquelle elle appartient.</li>
-</ul>