Skip to content

Commit

Permalink
Editorial: note that a script's fetch options can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Oct 23, 2023
1 parent a1ee40d commit baf6d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -103910,8 +103910,8 @@ document.querySelector("button").addEventListener("click", bound);
<dt><dfn for="script" export
data-x="concept-script-script-fetch-options">Fetch options</dfn></dt>

<dd>A <span>script fetch options</span>, containing various options related to fetching this
script or <span data-x="module script">module scripts</span> that it imports.</dd>
<dd>Null or a <span>script fetch options</span>, containing various options related to fetching
this script or <span data-x="module script">module scripts</span> that it imports.</dd>

<dt>A <dfn for="script" export data-x="concept-script-base-url">base
URL</dfn></dt>
Expand Down

0 comments on commit baf6d0a

Please sign in to comment.