Editorial: Add missing comma in argument list#9888
Closed
networkException wants to merge 1 commit into
Closed
Conversation
This patch fixes a missing comma in the arguments list for calling fetch a single imported module script in HostLoadImportedModule.
Member
|
Also fixed in #9872 |
Member
|
Thank you @networkException. I ended up taking @Ms2ger's PR for this. Hope that's okay. |
Author
|
Yep of course, just glad its fixed :^) |
lozy219
pushed a commit
to lozy219/html
that referenced
this pull request
Mar 10, 2025
In particular: * Give script's settings object an ID and data-x. * Note that a script's fetch options can be null. * Correct miscount in definition of 'script'. This was introduced in 3d45584 (whatwg#4898). * Fix typos in HostLoadImportedModule. Fixes whatwg#9867 and closes whatwg#9888.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request fixes a missing comma in the arguments list for calling fetch a single imported module script in HostLoadImportedModule.
(See WHATWG Working Mode: Changes for more details.)
/webappapis.html ( diff )