diff options
author | Jb Audras <audrasjb@gmail.com> | 2021-07-30 07:48:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 07:48:03 +0200 |
commit | d8b7da622f78cb8ed3062baf296a67f252885183 (patch) | |
tree | 5bc00990fc57ec4b892c68d1845079db97bdb731 /files/fr/web | |
parent | ad122316aa016b4c02cef3720311b86281b95f5a (diff) | |
download | translated-content-d8b7da622f78cb8ed3062baf296a67f252885183.tar.gz translated-content-d8b7da622f78cb8ed3062baf296a67f252885183.tar.bz2 translated-content-d8b7da622f78cb8ed3062baf296a67f252885183.zip |
French translation of the `modulepreload` reference (#1796)
* initial translation
* r
* initial translation
* Fix various issues spotted during the review
Diffstat (limited to 'files/fr/web')
-rw-r--r-- | files/fr/web/html/link_types/modulepreload/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/fr/web/html/link_types/modulepreload/index.html b/files/fr/web/html/link_types/modulepreload/index.html new file mode 100644 index 0000000000..3d02a89393 --- /dev/null +++ b/files/fr/web/html/link_types/modulepreload/index.html @@ -0,0 +1,15 @@ +--- +title: 'Link types: modulepreload' +slug: Web/HTML/Link_types/modulepreload +browser-compat: html.elements.link.rel.modulepreload +translation_of: 'Web/HTML/Link_types/modulepreload' +--- +<p>Le mot-clé <strong><code>modulepreload</code></strong> de l'attribut {{HTMLAttrxRef("rel", "link")}} de l'élément {{HTMLElement("link")}} fournit une manière déclarative d'analyser de façon préventive un <a href="/fr/docs/Web/JavaScript/Guide/Modules">module JavaScript</a> et ses dépendances, ainsi que de les stocker dans la carte des modules du document pour une évaluation future.</p> + +<h2 id="specifications">Spécifications</h2> + +<p>{{Specifications}}</p> + +<h2 id="browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat}}</p> |