Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Dec 7, 2021
1 parent fa1af1c commit 3982bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -184,7 +184,7 @@
* [page.setRequestInterception(value)](#pagesetrequestinterceptionvalue)
- [Multiple Intercept Handlers and Asynchronous Resolutions](#multiple-intercept-handlers-and-asynchronous-resolutions)
- [Cooperative Intercept Mode](#cooperative-intercept-mode)
- [Discussion: Cooperative Request Continuation](#discussion-cooperative-request-continuation)
- [Cooperative Request Continuation](#cooperative-request-continuation)
- [Upgrading to Cooperative Intercept Mode for package maintainers](#upgrading-to-cooperative-intercept-mode-for-package-maintainers)
* [page.setUserAgent(userAgent[, userAgentMetadata])](#pagesetuseragentuseragent-useragentmetadata)
* [page.setViewport(viewport)](#pagesetviewportviewport)
Expand Down Expand Up @@ -2617,7 +2617,7 @@ page.on('request', (request) => {
});
```

##### Discussion: Cooperative Request Continuation
##### Cooperative Request Continuation

Puppeteer requires `request.continue` to be called explicitly or the request will hang. Even if
your handler means to take no special action, or 'opt out', `request.continue` must still be called.
Expand Down

0 comments on commit 3982bc4

Please sign in to comment.