You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: polls miniflare to check browser process (cloudflare#10041)
* fix: polls miniflare to check browser process
Playwright relies on a WebSocket close event that is never triggered in local dev. As a workaround, we poll miniflare to check if the browser is still up and running, otherwise we close the websocket explictly.
Fixes: cloudflare#9945
* chore: fix review suggestions
* test: ensure websocket closes after Browser.close
* chore: add session reuse support
See: https://developers.cloudflare.com/browser-rendering/workers-bindings/reuse-sessions/
* chore: fix review suggestions
* test: add local browser tests with playwright
* chore: fix review suggestions and add changeset
0 commit comments