Skip to content

Commit

Permalink
Add back null check
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Sep 6, 2017
1 parent 751ec3e commit 10c1760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86755,6 +86755,9 @@ interface <dfn>NavigatorOnLine</dfn> {
module script">fetching a single module script</span> asynchronously completes with
<var>result</var>:</p></li>

<li><p>If <var>result</var> is null, asynchronously complete this algorithm with null, and abort
these steps.</p></li>

<li><p>If the <var>top-level module fetch</var> flag is set, <span data-x="fetch the descendants
of and instantiate a module script">fetch the descendants of and instantiate</span>
<var>result</var> given <var>destination</var> and <var>visited set</var>. Otherwise,
Expand Down

0 comments on commit 10c1760

Please sign in to comment.