Skip to content

Commit 912a8f3

Browse files
committed
Move capture of baseUrl up a step or two
1 parent a2cb9d1 commit 912a8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110271,15 +110271,15 @@ document.querySelector("button").addEventListener("click", bound);
110271110271
<li><p>Set <var>script</var>'s <span data-x="concept-script-settings-object">settings
110272110272
object</span> to <var>settings</var>.</p></li>
110273110273

110274+
<li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
110275+
URL</span>.
110276+
110274110277
<li><p>Set <var>script</var>'s <span data-x="concept-script-base-url">base URL</span> and
110275110278
<span data-x="concept-script-script-fetch-options">fetch options</span> to null.</p></li>
110276110279

110277110280
<li><p>Set <var>script</var>'s <span data-x="concept-script-parse-error">parse error</span> and
110278110281
<span data-x="concept-script-error-to-rethrow">error to rethrow</span> to null.</p></li>
110279110282

110280-
<li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
110281-
URL</span>.
110282-
110283110283
<li><p>Let <var>sheet</var> be the result of running the steps to <span>create a constructed
110284110284
<code>CSSStyleSheet</code></span> with a dictionary with the following dictionary members:
110285110285
«[ "<code data-x="">baseUrl</code>" → <var>baseUrl</var> ]»</p></li>

0 commit comments

Comments
 (0)