Frontmatter
| title | readyState logic for running DomEvents.onDomContentLoaded |
| author | gplanansky |
| state | Merged |
| createdAt | Jun 11, 2024, 5:26 PM |
| updatedAt | Jun 11, 2024, 5:47 PM |
| closedAt | Jun 11, 2024, 5:47 PM |
| mergedAt | Jun 11, 2024, 5:47 PM |
| branches | dev ← gp-main.js-DomContentLoaded-fix |
| url | https://github.com/neomjs/neo/pull/5420 |
Merged
Need to run DomEvents.onContentLoaded()
The existing code might run it twice. For an account of loading events and readyState values see: https://javascript.info/onload-ondomcontentloaded
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes: