playwright/src/server/injected
Dmitry Gozman d4482f3ad3
chore: do not use Array.from in injected script (#6876)
This method is most often overridden by some bad polyfill that
does not work correctly and breaks `$eval` and `$$eval` methods.

As a best-effort fix, use a `[...iterable]` throughout the code.
2021-06-03 15:10:02 -07:00
..
injectedScript.ts chore: do not use Array.from in injected script (#6876) 2021-06-03 15:10:02 -07:00
injectedScript.webpack.config.js
README.md
selectorEngine.ts
selectorEvaluator.ts chore: do not use Array.from in injected script (#6876) 2021-06-03 15:10:02 -07:00
utilityScript.ts chore: spell overridden (#5605) 2021-02-24 15:11:34 -08:00
utilityScript.webpack.config.js
webpack-inline-source-plugin.js
xpathSelectorEngine.ts

Injected

This directory contains helper sources which are injected into the page.

These sources are bundled with webpack to src/generated to be used as a compile-time source constants. See *.webpack.config.js for configs.