puppeteer/packages/puppeteer-core
jrandolf 496658f029
fix: use LazyArg for puppeteer utilities (#9575)
This PR fixes the following edge case:

 - `const oldPromise = world.puppeteerUtil`. 
- setContext occurs but context is immediately destroyed, i.e.
`world.#puppeteerUtil === oldPromise` is not resolved.
- clearContext occurs due to destruction, i.e. `world.#puppeteerUtil` is
replaced (`world.#puppeteerUtil !== oldPromise`).
 - `oldPromise` never resolves.
2023-01-26 08:56:33 +01:00
..
src fix: use LazyArg for puppeteer utilities (#9575) 2023-01-26 08:56:33 +01:00
third_party chore: add BiDi integration for Chromium (#9410) 2022-12-20 14:37:31 +00:00
tools chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
.gitignore chore: use test runner for installation tests (#9110) 2022-10-14 13:37:07 +02:00
api-extractor.json chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
CHANGELOG.md chore: release main (#9501) 2023-01-23 17:48:02 +01:00
package.json chore: release main (#9501) 2023-01-23 17:48:02 +01:00
rollup.third_party.config.js chore: add deps needed for BiDi (#9439) 2022-12-19 15:54:58 +01:00
tsconfig.json feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00