-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Fix issue 27197: Remove window's copy of DOMContentLoaded; redirect to document's copy #28315
Conversation
Preview URLs (11 pages)
Flaws (37)Note! 5 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
|
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.
In context of the other changes, the changes to the web extension pages look OK.
* zh-cn: sync translated content * remove links to window DOMContentLoaded event ref: mdn/content#28315 * ignore wikihistory --------- Co-authored-by: Allo <[email protected]>
* zh-tw: sync translated content * remove links to window DOMContentLoaded event ref: mdn/content#28315 --------- Co-authored-by: Allo <[email protected]>
Fixes #27197. Also fixes #19269.
This PR:
I think this is what we want here?
I also deleted the para about synchronous JS, as this seemed very out of date and AFAICT is solved these days by
defer
.