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: Add support for event capture phases. #404

Merged
merged 12 commits into from Jul 11, 2023
Merged

Conversation

andycall
Copy link
Member

@andycall andycall commented Jul 4, 2023

Add support for listening events at capture phases.

document.body.addEventListener('click', () => { console.log('clicked'); }, true);

@andycall andycall changed the title [WIP]: Feat: Add support for event capture phases. Feat: Add support for event capture phases. Jul 7, 2023
@andycall andycall force-pushed the feat/support_event_capture branch from 24ba9dd to 9596be1 Compare July 7, 2023 10:19
@andycall andycall added this pull request to the merge queue Jul 11, 2023
Merged via the queue into main with commit fb01547 Jul 11, 2023
38 checks passed
@andycall andycall deleted the feat/support_event_capture branch July 11, 2023 04:07
@andycall andycall restored the feat/support_event_capture branch July 17, 2023 12:13
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.

None yet

3 participants