-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Specify which settings object is used for dynamic import #3700
Conversation
This patch makes the HostImportModuleDynamically algorithm use referencing script's settings object, that is, an environment settings object. Before this patch, the algorithm uses an unspecified settings object.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add yourself to the list of contributors
@nyaxt Done |
@nyaxt My previous comment meant "Participant Agreement". I also added my name to the contributors in Acknowledgements :) |
source
Outdated
<li><p><span>Fetch a module script graph</span> given <var>url</var>, <var>referencing | ||
script</var>'s <span>settings object</span>, "<code data-x="">script</code>", and | ||
<var>options</var>. Wait until the algorithm asynchronously completes with <var>result</var>. | ||
</p></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: this linebreak adds an extra space after the period. Instead, please linebreak before the <var>
This patch makes the HostImportModuleDynamically algorithm use
referencing script's settings object, that is, an environment
settings object.
Before this patch, the algorithm uses an unspecified settings object.
cc: @nyaxt
/acknowledgements.html ( diff )
/webappapis.html ( diff )