mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(docs): fix typo in network (#13613)
This commit is contained in:
parent
4f0103fef0
commit
48a8b3fddd
@ -584,7 +584,7 @@ else
|
||||
* langs: js
|
||||
|
||||
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
|
||||
await page.route('**/title.html', async route => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user