mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: update links (#12351)
This commit is contained in:
parent
e1606acfc8
commit
1c1891e6ab
@ -973,7 +973,7 @@ Activating request interception enables [HTTPRequest.abort()](./puppeteer.httpre
|
||||
|
||||
Once request interception is enabled, every request will stall unless it's continued, responded or aborted; or completed using the browser cache.
|
||||
|
||||
See the [Request interception guide](https://pptr.dev/next/guides/request-interception) for more details.
|
||||
See the [Request interception guide](https://pptr.dev/guides/network-interception) for more details.
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
@ -8,7 +8,7 @@ Activating request interception enables [HTTPRequest.abort()](./puppeteer.httpre
|
||||
|
||||
Once request interception is enabled, every request will stall unless it's continued, responded or aborted; or completed using the browser cache.
|
||||
|
||||
See the [Request interception guide](https://pptr.dev/next/guides/request-interception) for more details.
|
||||
See the [Request interception guide](https://pptr.dev/guides/network-interception) for more details.
|
||||
|
||||
#### Signature:
|
||||
|
||||
|
@ -842,7 +842,7 @@ export abstract class Page extends EventEmitter<PageEvents> {
|
||||
* continued, responded or aborted; or completed using the browser cache.
|
||||
*
|
||||
* See the
|
||||
* {@link https://pptr.dev/next/guides/request-interception|Request interception guide}
|
||||
* {@link https://pptr.dev/guides/network-interception|Request interception guide}
|
||||
* for more details.
|
||||
*
|
||||
* @example
|
||||
|
Loading…
Reference in New Issue
Block a user