puppeteer/docs
Ben Allfree b5e6474374
feat: add cooperative request intercepts (#6735)
With this change,`request.respond`, `request.abort`, and `request.continue` can accept an optional `priority` to activate Cooperative Intercept Mode. In Cooperative Mode, all intercept handlers are guaranteed to run and all async handlers are awaited. The interception is resolved to the highest-priority resolution. See _Cooperative Intercept Mode and Legacy Intercept Mode_ in `docs/api.md` for details.
2021-07-02 17:58:32 +00:00
..
assets chore: rename image assets 2020-06-02 15:24:25 +02:00
api.md feat: add cooperative request intercepts (#6735) 2021-07-02 17:58:32 +00:00
issue_template.md chore(issue template): Add Node.js version to Issue template(#1683) (#1684) 2017-12-28 14:24:51 -08:00
troubleshooting.md docs(puppeteer-chromium): remove alpine freetype-dev dependency (#7098) 2021-04-19 07:28:01 +02:00