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
-`HyperAgent` now falls back to `errorEmitter.addListener` when `errorEmitter.on` is unavailable/trap-prone during task-forwarder registration.
217
217
- Added regression coverage proving in-flight listener wiring still succeeds when `on` getter traps, plus retained warning-path coverage when both `on` and `addListener` getters trap.
-`PlaywrightSessionAdapter.detach()` now performs trap-safe, receiver-bound `session.detach` method reads/invocation and emits deterministic diagnostics when unavailable.
220
+
- Added regressions for `session.detach` getter traps and unavailable detach methods during client disposal.
218
221
- Refreshed remaining staged-flow wording in the CDP deep dive around OOPIF discovery to describe current execution-context sync progression without stale "Need Phase 4" phrasing.
219
222
- Hardened CDP command dispatch in Playwright session adapter:
220
223
-`PlaywrightSessionAdapter.send()` now guards trap-prone `session.send` method reads and wraps sync send failures with sanitized/diagnostic context.
0 commit comments