playwright/src/common
Dmitry Gozman 1fa9d30992
fix(evaluate): awaitPromise when Promise is overwritten (#2759)
Firefox and WebKit require native promises to provide awaitPromise
functionality. When the Promise is overwritten, all evaluations
in the main world produce wrong Promise, so we wrap with async
function to get a native promise instead.
2020-06-29 16:25:52 -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(evaluate): awaitPromise when Promise is overwritten (#2759) 2020-06-29 16:25:52 -07:00

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