You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of July 4 (Firefox 115 release day), I intend to turn rel=modulepreload on by
default on all platforms. It can be disabled using the network.modulepreload
preference. Status in other browsers is shipped — since Chrome 66 (April 2018)
and Safari Technology Preview 165 (March 2023).
Summary: rel=modulepreload prevents waterfalls in ECMAScript modules by allowing
dependencies to be fetched and parsed in parallel to the parent module,
improving page load performance[1]. It can also be used for subresource
integrity checks on those dependencies[2].