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

feat: support async attribute dom ordering #221

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Conversation

guybedford
Copy link
Owner

@guybedford guybedford commented Nov 5, 2021

Adds support for the "async" attributes on module scripts both in shim and polyfill modes, not causing that module script's execution to be delayed on previous module script executions per the HTML spec.

Fixes #216.

@guybedford guybedford merged commit f83ba68 into main Nov 5, 2021
@guybedford guybedford deleted the async-ordering branch November 5, 2021 01:31
@guybedford guybedford mentioned this pull request Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly integrate defer semantics for module execution
1 participant