Skip to content

Commit f3e56d9

Browse files
committed
Move capture of baseUrl up a step or two
1 parent 5c4a857 commit f3e56d9

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
@@ -117337,15 +117337,15 @@ document.querySelector("button").addEventListener("click", bound);
117337117337
<li><p>Set <var>script</var>'s <span data-x="concept-script-settings-object">settings
117338117338
object</span> to <var>settings</var>.</p></li>
117339117339

117340+
<li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
117341+
URL</span>.
117342+
117340117343
<li><p>Set <var>script</var>'s <span data-x="concept-script-base-url">base URL</span> and
117341117344
<span data-x="concept-script-script-fetch-options">fetch options</span> to null.</p></li>
117342117345

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

117346-
<li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
117347-
URL</span>.
117348-
117349117349
<li><p>Let <var>sheet</var> be the result of running the steps to <span>create a constructed
117350117350
<code>CSSStyleSheet</code></span> with a dictionary with the following dictionary members:
117351117351
«[ "<code data-x="">baseUrl</code>" → <var>baseUrl</var> ]»</p></li>

0 commit comments

Comments
 (0)