Skip to content

Commit

Permalink
Properly queue a task when waiting for a module fetch
Browse files Browse the repository at this point in the history
Fixes #2202.
  • Loading branch information
domenic authored and annevk committed Jan 4, 2017
1 parent 1332efd commit 6e055a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86730,8 +86730,8 @@ interface <dfn>NavigatorOnLine</dfn> {
data-x="concept-settings-object-module-map">module map</span>.</p></li>

<li><p>If <var>moduleMap</var>[<var>url</var>] is "<code data-x="">fetching</code>", wait
(<span>in parallel</span>) until that entry's value changes, then proceed to the next
step.</p></li>
<span>in parallel</span> until that entry's value changes, then <span>queue a task</span> on
the <span>networking task source</span> to proceed with running the following steps.</p></li>

<li><p>If <var>moduleMap</var>[<var>url</var>] <span data-x="map exists">exists</span>,
asynchronously complete this algorithm with <var>moduleMap</var>[<var>url</var>], and abort these
Expand Down Expand Up @@ -119849,6 +119849,7 @@ INSERT INTERFACES HERE
Koji Ishii,
Korn&eacute;l P&aacute;l,
Kornel Lesinski,
上野 康平 (UENO, Kouhei),
Kris Northfield,
Kristof Zelechovski,
Krzysztof Maczy&#x0144;ski,
Expand Down

0 comments on commit 6e055a8

Please sign in to comment.