playwright/packages/playwright-core
Dmitry Gozman 7527ad27d3
fix(snapshot): empty adopted stylesheet should not prevent node refs (#9731)
We never marked empty stylesheets as "stale", so we never computed
css text for them. This prevented node reuse, because empty string
is not equal to undefined.
2021-10-23 16:26:46 -07:00
..
bin chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
src fix(snapshot): empty adopted stylesheet should not prevent node refs (#9731) 2021-10-23 16:26:46 -07:00
types docs(fetch): ApiResponse -> APIResponse (#9623) 2021-10-19 11:17:23 -07:00
.npmignore chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browsers.json feat(firefox): roll to r1297 (#9564) 2021-10-16 12:39:10 +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: support even older node 12 (#9718) 2021-10-22 15:59:52 -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.