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

core(fetcher): disable auto-attaching for injected iframe #12347

Merged
merged 2 commits into from
Apr 13, 2021

Conversation

adamraine
Copy link
Member

Fixes a PROTOCOL_TIMEOUT I was consistently getting on https://preactjs.com (#6512 (comment))

Timeout was happening here:

await this.sendCommandToSession('Runtime.runIfWaitingForDebugger', event.sessionId);

This is also fixed by #12199 but that PR is currently blocked.

@adamraine adamraine requested a review from a team as a code owner April 9, 2021 16:51
@adamraine adamraine requested review from connorjclark and removed request for a team April 9, 2021 16:51
@google-cla google-cla bot added the cla: yes label Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants