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:
Max Schmitt 2024-08-13 13:34:16 +02:00 committed by GitHub
parent b0ce7ee246
commit d25ccb4e8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.