🏠 New in Low Baseline Support: <link rel="modulepreload">
September 18, 2023
The rel="modulepreload"
attribute for the <link>
HTML element indicates that a module script should be fetched, parsed, and compiled preemptively, and stored for later execution.
Source features
html.elements.link.rel.modulepreload
[mdn]