File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -91365,6 +91365,21 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
91365
91365
<ol>
91366
91366
<li><p>Let <var>settings object</var> be the <span>current settings object</span>.</p></li>
91367
91367
91368
+ <li>
91369
+ <p>If <var>settings object</var>'s <span data-x="concept-settings-object-global">global
91370
+ object</span> implements <code>WorkletGlobalScope</code>, then:</p>
91371
+
91372
+ <ol>
91373
+ <li><p>Let <var>completion</var> be Completion { [[Type]]: throw, [[Value]]: a new
91374
+ <code>TypeError</code>, [[Target]]: empty }.</p></li>
91375
+
91376
+ <li><p>Perform <span>FinishDynamicImport</span>(<var>referencingScriptOrModule</var>,
91377
+ <var>specifier</var>, <var>promiseCapability</var>, <var>completion</var>).</p></li>
91378
+
91379
+ <li><p>Return.</p></li>
91380
+ </ol>
91381
+ </li>
91382
+
91368
91383
<li><p>Let <var>base URL</var> be <var>settings object</var>'s <span>API base
91369
91384
URL</span>.</p></li>
91370
91385
You can’t perform that action at this time.
0 commit comments