diff --git a/source b/source index 2488e8f79bb..0b4a6c8cd8b 100644 --- a/source +++ b/source @@ -91365,6 +91365,21 @@ import "https://example.com/foo/../module2.mjs";
  1. Let settings object be the current settings object.

  2. +
  3. +

    If settings object's global + object implements WorkletGlobalScope, then:

    + +
      +
    1. Let completion be Completion { [[Type]]: throw, [[Value]]: a new + TypeError, [[Target]]: empty }.

    2. + +
    3. Perform FinishDynamicImport(referencingScriptOrModule, + specifier, promiseCapability, completion).

    4. + +
    5. Return.

    6. +
    +
  4. +
  5. Let base URL be settings object's API base URL.