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
refine: tighten unknown-session handling to events only
The previous fix suppressed all messages for unregistered sessions.
A command *response* arriving on an unknown session would indicate a
real bug (we only send commands after createSession()) and should still
throw so it isn't silently swallowed. Only CDP events (object.method is
set) are safe to drop — they are fire-and-forget with no waiting caller.
0 commit comments