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: subscribe ExecutionContext to CDP destruction events directly
Each ExecutionContext now handles Runtime.executionContextDestroyed and
Runtime.executionContextsCleared independently, matching upstream TypeScript.
This fixes hangs in headless-shell and cdp-pipe where executionContextsCleared
fires before frameNavigated, causing IsolatedWorld to lose track of the old
context before it can be signalled.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments