puppeteer/src/injected
2022-09-01 18:44:59 +02:00
..
injected.ts chore: add DeferredPromise to injection (#8883) 2022-09-01 18:44:59 +02:00
Poller.ts chore: infrastructure for injecting scripts into DOMWorlds (#8801) 2022-08-17 14:39:41 +02:00
README.md chore: infrastructure for injecting scripts into DOMWorlds (#8801) 2022-08-17 14:39:41 +02:00
util.ts chore: add injection framework (#8862) 2022-08-31 10:50:22 +02:00

Injected

This folder contains code that is injected into every Puppeteer execution context. Each file is transpiled using esbuild into a script in src/generated which is then imported into server code.

See utils/generate_injected.ts for more information.