Use CustomEvent where supported
Open
task
- Dominant language
- JavaScript
- Stars
- 441
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
document.createEvent is deprecated:
https://developer.mozilla.org/en-US/docs/Web/API/document.createEvent
Contributor guide
Research direction
Search the repository for document.createEvent and inspect the event creation path. Check browser support for CustomEvent and verify that the implementation uses it where supported while preserving the existing behavior; confirm this with the repository's existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100