diff options
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> |