playwright/src/webkit
Andrey Lushnikov 0c2a2e11fd
fix: properly nullify error stacks (#836)
`error.stack` is supposed to have error message as the first line.
2020-02-04 19:31:57 -08:00
..
wkAccessibility.ts feat(firefox&webkit): support root in accessibility.snapshot (#495) 2020-01-14 16:54:50 -08:00
wkBrowser.ts feat: add Page.opener() to the API (#790) 2020-01-31 18:38:45 -08:00
wkConnection.ts fix: avoid unhandled promise rejection in WKSession.send (#770) 2020-01-30 17:30:47 -08:00
wkExecutionContext.ts chore(webkit): use async/await to make eval more readable (#789) 2020-01-31 17:23:17 -08:00
wkInput.ts chore: more strict type checking (#466) 2020-01-13 13:33:25 -08:00
wkInterceptableRequest.ts feat(wk,ff): amend method & postData upon continue (#703) 2020-01-28 14:29:46 -08:00
wkPage.ts fix: properly nullify error stacks (#836) 2020-02-04 19:31:57 -08:00
wkPageProxy.ts feat: add Page.opener() to the API (#790) 2020-01-31 18:38:45 -08:00
wkProtocolHelper.ts feat(workers): support workers in webkit (#400) 2020-01-07 12:59:01 -08:00
wkProvisionalPage.ts fix: avoid unhandled promise rejection in WKSession.send (#770) 2020-01-30 17:30:47 -08:00
wkWorkers.ts fix: do actually catch worker initialization exceptions (#762) 2020-01-30 11:40:56 -08:00