playwright/src
Dmitry Gozman 1f3449c7da
fix(download): do not stall BrowserContext.close waiting for downloads (#5424)
We might not ever get the "download finished" event when closing the context:
- in Chromium, for any ongoing download;
- in all browsers, for failed downloads.

This should not prevent closing the context. Instead of waiting for the
download and then deleting it, we force delete it immediately and reject
any promises waiting for the download completion.
2021-02-14 16:46:26 -08:00
..
cli chore(recorder): move recording output into the gui app (#5425) 2021-02-11 17:46:54 -08:00
client feat(inspector): instrument wait for event (#5457) 2021-02-13 20:31:06 -08:00
common chore: pass parsed stack in metainfo (#5407) 2021-02-10 18:52:28 -08:00
dispatchers fix(download): do not stall BrowserContext.close waiting for downloads (#5424) 2021-02-14 16:46:26 -08:00
install chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
protocol feat(inspector): instrument wait for event (#5457) 2021-02-13 20:31:06 -08:00
remote chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
server fix(download): do not stall BrowserContext.close waiting for downloads (#5424) 2021-02-14 16:46:26 -08:00
third_party/highlightjs chore: add storybook dep (#5082) 2021-01-21 08:29:01 -08:00
trace feat(inspector): render errors (#5459) 2021-02-13 22:13:51 -08:00
utils feat(inspector): render errors (#5459) 2021-02-13 22:13:51 -08:00
web feat(inspector): render errors (#5459) 2021-02-13 22:13:51 -08:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
inprocess.ts chore: centralize playwright creation, bind context listeners to instance (#5217) 2021-01-29 16:00:56 -08:00
outofprocess.ts test: add basic end-to-end driver test (#5426) 2021-02-12 09:05:32 -08:00
service.ts chore: add websocket connection mode (#4510) 2020-11-20 15:19:39 -08:00