playwright/src/common
Dmitry Gozman 29504c0824
feat(rpc): make SerializedValue format pdl-friendly (#3007)
This avoids sum types and instead uses different fields
for different types.
2020-07-19 19:46:19 -07:00
..
domErrors.ts fix(errors): strict error handling around element operations (#2567) 2020-06-24 15:12:17 -07:00
README.md chore: form the debug script for authoring hints / helpers (#2551) 2020-06-11 18:18:33 -07:00
selectorParser.ts fix(textContent): make page.textContent(selector) atomic (#2717) 2020-06-26 16:32:42 -07:00
utilityScriptSerializers.ts feat(rpc): make SerializedValue format pdl-friendly (#3007) 2020-07-19 19:46:19 -07:00

Files in this folder are used both in Node and injected environments, they can't have dependencies.