re-generate types

This commit is contained in:
Max Schmitt 2024-08-13 13:34:34 +02:00
parent d25ccb4e8f
commit f0ba6ff618

View file

@ -19142,14 +19142,8 @@ export interface Request {
response(): Promise<null|Response>;
/**
* The Service {@link Worker} that is performing the request.
*
* **Details**
*
* This method is Chromium only. It's safe to call when using other browsers, but it will always be `null`.
*
* Requests originated in a Service Worker do not have a
* [request.frame()](https://playwright.dev/docs/api/class-request#request-frame) available.
* This method will always return `null`.
* @deprecated Requests made by a Service Worker are not reported in Playwright.
*/
serviceWorker(): null|Worker;