Skip to content

feat: allow extensions to run over websockets (upstream #15059)#3487

Open
kblok wants to merge 6 commits into
masterfrom
implement-upstream-change-15059
Open

feat: allow extensions to run over websockets (upstream #15059)#3487
kblok wants to merge 6 commits into
masterfrom
implement-upstream-change-15059

Conversation

@kblok

@kblok kblok commented Jun 23, 2026

Copy link
Copy Markdown
Member

Extensions no longer need pipe: true or --enable-unsafe-extension-debugging to work in Chrome. The plain WebSocket connection is sufficient now. This removes the restriction from ChromeLauncher, Launcher, and the doc comments on IBrowser, and drops Pipe = true from the extension test setups.

Upstream: puppeteer/puppeteer#15059

kblok and others added 6 commits June 23, 2026 12:34
Remove the pipe:true requirement for Chrome extensions. Extensions no
longer need --enable-unsafe-extension-debugging or pipe mode to work;
the plain WebSocket connection is sufficient. Also updates doc comments
to remove the outdated restriction.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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