496658f029
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. |
||
---|---|---|
.. | ||
src | ||
third_party | ||
tools | ||
.gitignore | ||
api-extractor.json | ||
CHANGELOG.md | ||
package.json | ||
rollup.third_party.config.js | ||
tsconfig.json |