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
Copy file name to clipboardExpand all lines: currentState.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,8 @@ HyperAgent exposes a TypeScript SDK for browser automation with three primary pa
199
199
-`collectExecutionContexts()` now guards `session.on`/`session.off` method reads and listener attach/detach calls,
200
200
- context collection now tolerates trap-prone runtime listener method getters while preserving sanitized diagnostics in debug mode.
201
201
-`collectExecutionContexts()` now also guards trap-prone `session.send` reads for `Runtime.enable`, preventing getter traps from aborting the context collection path.
202
+
- Hardened frame-sync debug handling in a11y context provider:
203
+
-`syncFrameContextManager()` now guards trap-prone frame-manager `setDebug` calls, preserving sync flow with sanitized debug warnings.
202
204
- Hardened CDP command dispatch in Playwright session adapter:
203
205
-`PlaywrightSessionAdapter.send()` now guards trap-prone `session.send` method reads and wraps sync send failures with sanitized/diagnostic context.
0 commit comments