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. |
||
|---|---|---|
| .. | ||
| attributeSelectorEngine.ts | ||
| cssSelectorEngine.ts | ||
| injectedScript.ts | ||
| injectedScript.webpack.config.js | ||
| README.md | ||
| selectorEngine.ts | ||
| textSelectorEngine.ts | ||
| utilityScript.ts | ||
| 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.