diff options
author | Jb Audras <audrasjb@gmail.com> | 2021-07-30 08:22:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 08:22:13 +0200 |
commit | 3954fe7e46b4e820297f55d0cf6d7ea6db76744a (patch) | |
tree | fa65620407fb11b8a9d90ee6219ae2afedf5cabf /files | |
parent | 1a0fea97e08d9756225732f1a8ff1651722d2011 (diff) | |
download | translated-content-3954fe7e46b4e820297f55d0cf6d7ea6db76744a.tar.gz translated-content-3954fe7e46b4e820297f55d0cf6d7ea6db76744a.tar.bz2 translated-content-3954fe7e46b4e820297f55d0cf6d7ea6db76744a.zip |
French translation of the `prefetch` reference (#1801)
* initial translation
* r
* original translation
Diffstat (limited to 'files')
-rw-r--r-- | files/fr/web/html/link_types/prefetch/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/fr/web/html/link_types/prefetch/index.html b/files/fr/web/html/link_types/prefetch/index.html new file mode 100644 index 0000000000..c7937abb6c --- /dev/null +++ b/files/fr/web/html/link_types/prefetch/index.html @@ -0,0 +1,15 @@ +--- +title: 'Types de liens : prefetch' +slug: Web/HTML/Link_types/prefetch +browser-compat: html.elements.link.rel.prefetch +translation_of: 'Web/HTML/Link_types/prefetch' +--- +<p>Le mot-clé <strong><code>prefetch</code></strong> de l'attribut {{HTMLAttrxRef("rel", "link")}} de l'élément {{HTMLElement("link")}} est une information destinée à indiquer aux navigateurs que la personne visitant le site va avoir besoin de charger des ressources ciblées pour sa navigation future, et donc que le navigateur peut sans doute améliorer l'expérience de visite en analysant et en mettant en cache la ressource de façon préventive.</p> + +<h2 id="specifications">Spécifications</h2> + +<p>{{Specifications}}</p> + +<h2 id="browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat}}</p> |