This commit is contained in:
Shahzad 2025-02-27 12:25:30 +01:00
parent 82143fc35c
commit a2778c7e74

View file

@ -68,7 +68,7 @@ Additionally, any network request made by the **Page** (including its sub-[Frame
* [`method: Response.fromServiceWorker`] will return `true` (if a Service Worker's fetch handler was registered)
Any requests made by **APIRequestContext** will have
* [`event: APIRequestContext.apiRequest`] and its corresponding event ([`event: BrowserContext.apiRequestFinished`])
* [`event: APIRequestContext.apiRequest`] and its corresponding event ([`event: APIRequestContext.apiRequestFinished`])
Many Service Worker implementations simply execute the request from the page (possibly with some custom caching/offline logic omitted for simplicity):