Skip to content

v0.20.4

Choose a tag to compare

@github-actions github-actions released this 14 Mar 22:33
· 218 commits to main since this release
23a8b19

Patch Changes

  • e2ebde2: ### Bug Fixes

    • Broadcast channel lag handling - Fixed an issue where broadcast channel lag errors were incorrectly treated as stream closure, causing premature termination of event listeners in reload, response body, download, and navigation wait operations. Lagged messages are now skipped and the loop continues instead of breaking (#797)

    Improvements

    • Removed unused pnpm setup steps from the global-install CI job, simplifying the workflow configuration (#798)