Skip to content

Commit deef8ba

Browse files
authored
Do not block the load event for preload and modulepreload
Closes w3c/preload#152.
1 parent 89b408c commit deef8ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source

+4
Original file line numberDiff line numberDiff line change
@@ -25306,6 +25306,8 @@ document.body.appendChild(wbr);</code></pre>
2530625306

2530725307
<div w-nodev>
2530825308

25309+
<p>A user agent must not <span>delay the load event</span> for this link type.</p>
25310+
2530925311
<p>The appropriate times to <span>fetch and process the linked resource</span> for such a link
2531025312
are:</p>
2531125313

@@ -25601,6 +25603,8 @@ document.body.appendChild(wbr);</code></pre>
2560125603
<p>There is no default type for resources given by the <code data-x="rel-preload">preload</code>
2560225604
keyword.</p>
2560325605

25606+
<p>A user agent must not <span>delay the load event</span> for this link type.</p>
25607+
2560425608
<p>A <code>Document</code> has a <dfn>map of preloaded resources</dfn>, which is a
2560525609
<span>map</span>, initially empty.</p>
2560625610

0 commit comments

Comments
 (0)