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

event: add dom_event internal_type field #9

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

krichprollsch
Copy link
Member

dom_event internal field stores information about the dom_event type. Pure libdom events will always have internal type set to 0.

If you pass your event casted as dom_event, use internal_type to store your type information.

dom_event internal field stores information about the dom_event type.
Pure libdom events will always have internal type set to 0.

If you pass your event casted as dom_event, use internal_type to store
your type information.
@krichprollsch krichprollsch merged commit 122f010 into master Feb 15, 2024
5 checks passed
@krichprollsch krichprollsch deleted the event-internal-type branch February 15, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant