puppeteer/packages/puppeteer-core/src/injected
2023-10-19 11:58:40 +02:00
..
ARIAQuerySelector.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
CustomQuerySelector.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
injected.ts refactor: Deferred to a class (#10282) 2023-05-31 23:36:19 +02:00
PierceQuerySelector.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
Poller.ts chore: update dependencies (#10781) 2023-08-24 14:42:51 +02:00
PQuerySelector.ts chore: use @typescript-eslint/consistent-type-imports (#10913) 2023-09-15 13:00:20 +02:00
PSelectorParser.ts chore: use @typescript-eslint/consistent-type-imports (#10913) 2023-09-15 13:00:20 +02:00
README.md chore: fix npm scripts (#9646) 2023-02-10 17:57:17 +00:00
TextContent.ts fix: update TextQuerySelector cache on subtree update (#11200) 2023-10-19 11:58:40 +02:00
TextQuerySelector.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00
util.ts fix: use shadowRoot for tree walker (#9950) 2023-03-31 17:19:59 +02:00
XPathQuerySelector.ts fix: xpath queries should be atomic (#11101) 2023-10-09 14:21: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 tools/generate_sources.ts for more information.