playwright/packages/playwright-core/src/protocol
Vignesh Shanmugam adc9b2d390
feat: add support for browserContext.on('pageerror') (#24452)
+ fix #24466
+ Adds support for exposing the `pageerror` events via `browserContext`
API.
+ Helps with capturing the overall exceptions that are thrown outside of
the the current page and also captures the exceptions happens on other
windows/popups.
+ Keeps the API in sync with `context.on('request)',
context.on('console'), etc..`
2023-08-17 09:10:03 -07:00
..
debug.ts chore: explicitly control actions with slow mo (#22445) 2023-04-17 16:19:30 -07:00
DEPS.list chore: use utils via index export (4) (#13404) 2022-04-07 14:36:13 -07:00
serializers.ts feat: support bigint in evaluates (#23930) 2023-06-28 08:55:45 -07:00
transport.ts chore: ignore SIGINT inside driver process (#23028) 2023-05-17 01:44:17 +02:00
validator.ts feat: add support for browserContext.on('pageerror') (#24452) 2023-08-17 09:10:03 -07:00
validatorPrimitives.ts chore: do not serialize buffers into base64 in local mode (#15316) 2022-07-05 08:58:34 -07:00