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

refactor: move console event handling #12407

Merged
merged 1 commit into from
May 7, 2024
Merged

refactor: move console event handling #12407

merged 1 commit into from
May 7, 2024

Conversation

OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented May 7, 2024

The console events would propagate as following: ExecutionContext -> IsolatedWorld -> Frame -> FrameManager -> Page or ExecutionContext -> IsolatedWorld -> WebWorker instead of trying to locate the execution context for an event determined at the page level.

Also, it adds explicit disposal of the instances when the client is gone.

@OrKoN OrKoN force-pushed the orkon/move-console-event branch 3 times, most recently from 9b6d95b to 68b9d2a Compare May 7, 2024 11:26
@OrKoN OrKoN merged commit 7712dff into main May 7, 2024
96 of 98 checks passed
@OrKoN OrKoN deleted the orkon/move-console-event branch May 7, 2024 14:44
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.

None yet

2 participants