playwright/src/webkit
Andrey Lushnikov 0ba823dd6f
feat: introduce page.on('crash') event (#1782)
Currently, whenever the page crashes, it emits an `'error'` event.
Error event is a special type of event in node.js; if unhandled,
it crashes the process.

Instead of emitting `'error'` event, this patch switches to emitting
`'crash'` event. Playwright users are free to handle the event
however they like, or just to ignore it.
2020-04-15 00:04:35 -07:00
..
wkAccessibility.ts chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
wkBrowser.ts chore(webkit): stop using windowOpen signal to determine initial empty page (#1776) 2020-04-14 14:51:23 -07:00
wkConnection.ts feat: introduce page.on('crash') event (#1782) 2020-04-15 00:04:35 -07:00
wkExecutionContext.ts fix(eval): adopt nested handles (#1430) 2020-03-19 13:07:33 -07:00
wkInput.ts chore(input): refactor keyboard layout, extract pure layout (#1681) 2020-04-11 00:24:17 -07:00
wkInterceptableRequest.ts chore: remove web mode (#1625) 2020-04-01 14:42:47 -07:00
wkPage.ts feat: introduce page.on('crash') event (#1782) 2020-04-15 00:04:35 -07:00
wkProtocolHelper.ts fix(dispose): do not await inner handle dispose (#1230) 2020-03-04 17:57:35 -08:00
wkProvisionalPage.ts chore(lint): add @typescript-eslint/no-unnecessary-type-assertion rule (#898) 2020-02-07 13:38:50 -08:00
wkWorkers.ts fix: do actually catch worker initialization exceptions (#762) 2020-01-30 11:40:56 -08:00