From 9c2c2bcf9324f407938ae661473ee7f319ade8ae Mon Sep 17 00:00:00 2001 From: networkException Date: Sat, 28 Oct 2023 19:12:37 +0200 Subject: [PATCH] Editorial: Add missing comma in argument list This patch fixes a missing comma in the arguments list for calling fetch a single imported module script in HostLoadImportedModule. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 4b81404aaa4..2dedadca341 100644 --- a/source +++ b/source @@ -107158,7 +107158,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.