playwright/src/common
Dmitry Gozman b54303a386
fix(textContent): make page.textContent(selector) atomic (#2717)
We now query selector and take textContent synchronously. This
avoids any issues with async processing: node being recycled,
detached, etc.

More methods will follow with the same atomic pattern.

Drive-by: fixed selector engine names being sometimes case-sensitive
and sometimes not.
2020-06-26 16:32:42 -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 fix(webkit): do not swallow errors when returning by value (#2723) 2020-06-26 09:50:57 -07:00

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