Skip to content

Commit

Permalink
Editorial: fix missing words in modulepreload example
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling authored Jun 4, 2020
1 parent 05f4571 commit 42db36e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -24417,7 +24417,7 @@ document.body.appendChild(wbr);</code></pre>
<img src="/images/ircfog-modules.svg" width="301" height="151" alt="The module graph is rooted at app.mjs, which depends on irc.mjs and fog-machine.mjs. In turn, irc.mjs depends on helpers.mjs.">

<p>Here we see the application developer has used <code
data-x="rel-modulepreload">modulepreload</code> all of the modules in their module graph,
data-x="rel-modulepreload">modulepreload</code> to declare all of the modules in their module graph,
ensuring that the user agent initiates fetches for them all. Without such preloading, the user
agent might need to go through multiple network roundtrips before discovering <code
data-x="">helpers.mjs</code>, if technologies such as HTTP/2 Server Push are not in play. In
Expand Down Expand Up @@ -121715,6 +121715,7 @@ INSERT INTERFACES HERE
Sanjoy Pal,
Sarah Gebauer,
Sarven Capadisli,
Schalk Neethling,
Scott Beardsley,
Scott Gonz&aacute;lez,
Scott Hess,
Expand Down

0 comments on commit 42db36e

Please sign in to comment.