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(js-runtime): add Event & EventTarget APIs #438

Merged
merged 4 commits into from Dec 31, 2022
Merged

Conversation

QuiiBz
Copy link
Member

@QuiiBz QuiiBz commented Dec 31, 2022

About

Closes #415

Add Event & EventTarget APIs, as required by WinterCG. Also add CustomEvent API to make WPT tests pass:

39 tests, 34 passed, 5 failed
 -> 87% conformance

Most of the failing tests are due to unimplemented methods and fields, that are still tested by WPT (returnValue, initEvent())

@vercel
Copy link

vercel bot commented Dec 31, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
dashboard ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Dec 31, 2022 at 11:22AM (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Dec 31, 2022 at 11:22AM (UTC)
storybook ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Dec 31, 2022 at 11:22AM (UTC)
www ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Dec 31, 2022 at 11:22AM (UTC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event & EventTarget APIs
1 participant