playwright/packages/playwright-core
Dmitry Gozman 4743036bbe
fix: guard against undefined contexts (#9826)
We do not create contexts when we are unable to attribute them to a frame or they come from a stale oopif.
Async hop in the binding method can also cause the context to be destroyed already.

Reproduced with codegen.
2021-10-27 13:28:52 -07:00
..
bin chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
src fix: guard against undefined contexts (#9826) 2021-10-27 13:28:52 -07:00
types feat(chromium): roll to r934379 (#9793) 2021-10-27 12:39:57 +02:00
.npmignore chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browsers.json feat(chromium): roll to r934379 (#9793) 2021-10-27 12:39:57 +02: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: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.mjs chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
package.json fix(monorepo): export package.json from every package (#9803) 2021-10-26 18:41:18 -04: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.