Skip to content

Commit 65d1172

Browse files
domfarolinodomenic
authored andcommitted
Fix arguments passed to the IMSGFP
One of the calls to the internal module script graph fetching procedure was not correctly updated for 9275d95. This fixes that.
1 parent 1b37f96 commit 65d1172

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87052,11 +87052,12 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
8705287052
<li>
8705387053
<p><span data-x="list iterate">For each</span> <var>url</var> in <var>urls</var>, perform the
8705487054
<span>internal module script graph fetching procedure</span> given <var>url</var>,
87055-
<var>options</var>, <var>destination</var>, <var>module script</var>'s <span>settings
87056-
object</span>, <var>module script</var>'s <span>settings object</span>, <var>visited set</var>,
87057-
<var>module script</var>'s <span data-x="concept-script-base-url">base URL</span>, and with the
87058-
<var>top-level module fetch</var> flag unset. If the caller of this algorithm specified custom
87059-
<span data-x="fetching-scripts-perform-fetch">perform the fetch</span> steps, pass those along
87055+
<var>module script</var>'s <span>settings object</span>, <var>destination</var>,
87056+
<var>options</var>, <var>module script</var>'s <span>settings object</span>,
87057+
<var>visited set</var>, <var>module script</var>'s <span
87058+
data-x="concept-script-base-url">base URL</span>, and with the <var>top-level module fetch</var>
87059+
flag unset. If the caller of this algorithm specified custom <span
87060+
data-x="fetching-scripts-perform-fetch">perform the fetch</span> steps, pass those along
8706087061
while performing the <span>internal module script graph fetching procedure</span>.</p>
8706187062

8706287063
<p>These invocations of the <span>internal module script graph fetching procedure</span> should

0 commit comments

Comments
 (0)