Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake script load event asynchronous for internal scripts #4504
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to https://html.spec.whatwg.org/multipage/scripting.html#execute-the-script-block:
This should be a Runnable object that contains a
Trusted<HTMLScriptElement>value that gets dispatched to the script task of the element's containing window.