Skip to content

Commit ba579d7

Browse files
domeniczcorpan
authored andcommitted
Fix destination in "fetch an external module script graph"
Closes #8110.
1 parent 07f4b1d commit ba579d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93358,9 +93358,9 @@ document.querySelector("button").addEventListener("click", bound);
9335893358
<li><p>Let <var>visited set</var> be « (<var>url</var>, "<code data-x="">javascript</code>")
9335993359
».</p></li>
9336093360

93361-
<li><p><span data-x="fetch the descendants of and link a module script">Fetch the
93362-
descendants of and link</span> <var>result</var> given <var>settings object</var>,
93363-
<var>destination</var>, and <var>visited set</var>. When this asynchronously completes with
93361+
<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants of
93362+
and link</span> <var>result</var> given <var>settings object</var>, "<code
93363+
data-x="">script</code>", and <var>visited set</var>. When this asynchronously completes with
9336493364
<var>final result</var>, asynchronously complete this algorithm with <var>final
9336593365
result</var>.</p></li>
9336693366
</ol>
@@ -128747,6 +128747,7 @@ INSERT INTERFACES HERE
128747128747
Nickolay Ponomarev,
128748128748
Nicolas Gallagher,
128749128749
Nicolas Pena Moreno,
128750+
Nicolò Ribaudo,
128750128751
Nikki Bee,
128751128752
Niklas Gögge,
128752128753
Nina Satragno,

0 commit comments

Comments
 (0)