fix(docs): fix typo in network (#13613)
This commit is contained in:
parent
4f0103fef0
commit
48a8b3fddd
|
|
@ -584,7 +584,7 @@ else
|
||||||
* langs: js
|
* langs: js
|
||||||
|
|
||||||
To modify a response use [APIRequestContext] to get original response and then pass the response to [`method: Route.fulfill`].
|
To modify a response use [APIRequestContext] to get original response and then pass the response to [`method: Route.fulfill`].
|
||||||
You can override individual fields on the reponse via options:
|
You can override individual fields on the response via options:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
await page.route('**/title.html', async route => {
|
await page.route('**/title.html', async route => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue