From d25ccb4e8feb48f98287526d8b4e1754a27befc3 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 13 Aug 2024 13:34:16 +0200 Subject: [PATCH] Update docs/src/api/class-request.md Co-authored-by: Dmitry Gozman Signed-off-by: Max Schmitt --- docs/src/api/class-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-request.md b/docs/src/api/class-request.md index 6364ad9033..db878f9995 100644 --- a/docs/src/api/class-request.md +++ b/docs/src/api/class-request.md @@ -288,7 +288,7 @@ Returns the matching [Response] object, or `null` if the response was not receiv ## method: Request.serviceWorker * since: v1.24 * langs: js -* deprecated: This method is deprecated. +* deprecated: Requests made by a Service Worker are not reported in Playwright. - returns: <[null]|[Worker]> This method will always return `null`.