-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
PointerEvent constructor does not comply with spec #1092
Comments
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
…e inside the constructor.
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 24, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
…e inside the constructor.
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
tkrotoff
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
capricorn86
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
capricorn86
added a commit
to tkrotoff/happy-dom
that referenced
this issue
Sep 30, 2023
capricorn86
added a commit
that referenced
this issue
Sep 30, 2023
#1092@patch: Makes PointerEvent implementation more specification compliant.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specification: https://w3c.github.io/pointerevents/#dom-pointerevent-constructor
Current implementation: https://github.com/capricorn86/happy-dom/blob/v12.1.6/packages/happy-dom/src/event/events/PointerEvent.ts
The text was updated successfully, but these errors were encountered: