playwright/packages/playwright-core
Dmitry Gozman 82032be368
chore(server): validate/convert protocol both ways (#14811)
Previously, we only validated/converted on the way to the server,
but not from the server.

Validating both ways catches issues earlier, and allows us to
perform automatic conversions, for example only converting
buffers to base64 when sending over wire.
2022-07-01 09:58:07 -07:00
..
bin fix: proper chrome-beta channel installation on MacOS (#11973) 2022-02-09 11:28:51 -08:00
bundles chore(deps): bump jpeg-js from 0.4.3 to 0.4.4 in /packages/playwright-core/bundles/utils (#14942) 2022-06-17 18:40:20 +02:00
src chore(server): validate/convert protocol both ways (#14811) 2022-07-01 09:58:07 -07:00
types docs: clarify use of browser.close (#15255) 2022-06-29 18:41:21 -07:00
.npmignore chore: babel, expect, zip bundles (#13588) 2022-04-18 11:31:58 -07:00
browsers.json feat(chromium): roll to r1013 (#15303) 2022-07-01 15:18:58 +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: 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 fix(har): remove types/har.d.ts, update har.ts per spec (#15046) 2022-06-22 12:16:29 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore(deps): bump jpeg-js from 0.4.3 to 0.4.4 in /packages/playwright-core/bundles/utils (#14942) 2022-06-17 18:40:20 +02:00

playwright-core

This package contains the no-browser flavor of Playwright.