playwright/packages/playwright-core
Dmitry Gozman 155bb7fcae
fix: wait for cleanup on double SIGINT (#13411)
This is a speculative fix to leftover tmp directories.
When users issues SIGINT twice, we enter `gracefullyClose()`
twice, and shortcut the second time. It turns out, we do
not wait for directories removal.

Note: it is unknown how often we reach this codepath in practice.
2022-04-07 19:20:54 -07:00
..
bin fix: proper chrome-beta channel installation on MacOS (#11973) 2022-02-09 11:28:51 -08:00
src fix: wait for cleanup on double SIGINT (#13411) 2022-04-07 19:20:54 -07:00
types docs: fix class-coverage snippet for v8toIstanbul (#13371) 2022-04-07 18:34:45 +02:00
.npmignore chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00
browsers.json feat(webkit): roll to r1625 (#13333) 2022-04-05 15:34:59 -07:00
cli.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: use utils via index export (4) (#13404) 2022-04-07 14:36:13 -07:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json chore: cut v1.21.0 (#13405) 2022-04-07 18:16:22 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.