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

Set `currentScript` to `null` for module scripts #26668

Merged
merged 1 commit into from May 27, 2020

Commits on May 27, 2020

  1. Set `currentScript` to `null` for module scripts

    I misunderstood the test case when I worked on #23545. That test case is
    actually not related to dynamic import; instead, the reason why it
    crashes is, `currentScript` should be updated to `null`.
    CYBAI committed May 27, 2020
You can’t perform that action at this time.