diff --git a/source b/source index ce4b9b06d6d..d73db06efb4 100644 --- a/source +++ b/source @@ -107168,7 +107168,7 @@ import "https://example.com/foo/../module2.mjs";
  • Fetch a single imported module script given url, fetchClient, destination, fetchOptions, - settingsObject fetchReferrer, moduleRequest, and + settingsObject, fetchReferrer, moduleRequest, and onSingleFetchComplete as defined below. If loadState is not undefined and loadState.[[PerformFetch]] is not null, pass loadState.[[PerformFetch]] along as well.

    @@ -107200,8 +107200,8 @@ import "https://example.com/foo/../module2.mjs";
  • Otherwise, set completion to Completion Record { [[Type]]: - normal, [[Value]]: result's record, - [[Target]]: empty }.

  • + normal, [[Value]]: moduleScript's + record, [[Target]]: empty }.

  • Perform FinishLoadingImportedModule(referrer, moduleRequest, payload, completion).