Update docs/src/api/class-request.md
Co-authored-by: Dmitry Gozman <dgozman@gmail.com> Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
b0ce7ee246
commit
d25ccb4e8f
|
|
@ -288,7 +288,7 @@ Returns the matching [Response] object, or `null` if the response was not receiv
|
||||||
## method: Request.serviceWorker
|
## method: Request.serviceWorker
|
||||||
* since: v1.24
|
* since: v1.24
|
||||||
* langs: js
|
* langs: js
|
||||||
* deprecated: This method is deprecated.
|
* deprecated: Requests made by a Service Worker are not reported in Playwright.
|
||||||
- returns: <[null]|[Worker]>
|
- returns: <[null]|[Worker]>
|
||||||
|
|
||||||
This method will always return `null`.
|
This method will always return `null`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue