Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HostLoadImportedModule uses undefined variable "result" #9867

Closed
Ms2ger opened this issue Oct 19, 2023 · 2 comments
Closed

HostLoadImportedModule uses undefined variable "result" #9867

Ms2ger opened this issue Oct 19, 2023 · 2 comments
Assignees

Comments

@Ms2ger
Copy link
Member

Ms2ger commented Oct 19, 2023

What is the issue with the HTML Standard?

In

Otherwise, set completion to Completion Record { [[Type]]: normal, [[Value]]: result's record, [[Target]]: empty }.

result is not defined. Probably it should be moduleScript instead.

@Ms2ger
Copy link
Member Author

Ms2ger commented Oct 19, 2023

And a few lines earlier, a comma seems to be missing between "settingsObject" and "fetchReferrer"

@keithamus keithamus added clarification Standard could be clearer topic: script editorial Changes that do not affect how the standard is understood labels Oct 19, 2023
@domenic
Copy link
Member

domenic commented Oct 20, 2023

Would you be willing to send a pull request to fix these issues?

@domenic domenic removed clarification Standard could be clearer editorial Changes that do not affect how the standard is understood labels Oct 20, 2023
Ms2ger added a commit to Ms2ger/html that referenced this issue Oct 20, 2023
@Ms2ger Ms2ger self-assigned this Oct 20, 2023
Ms2ger added a commit that referenced this issue Oct 20, 2023
Ms2ger added a commit that referenced this issue Oct 20, 2023
Ms2ger added a commit that referenced this issue Oct 20, 2023
Ms2ger added a commit that referenced this issue Oct 23, 2023
@annevk annevk closed this as completed in 3fa726a Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants