You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: baselines/serviceworker.generated.d.ts
+1
Original file line number
Diff line number
Diff line change
@@ -1453,6 +1453,7 @@ declare var ExtendableMessageEvent: {
1453
1453
/** This is the event type for fetch events dispatched on the service worker global scope. It contains information about the fetch, including the request and how the receiver will treat the response. It provides the event.respondWith() method, which allows us to provide a response to this fetch. */
Copy file name to clipboardExpand all lines: baselines/webworker.generated.d.ts
+1
Original file line number
Diff line number
Diff line change
@@ -1497,6 +1497,7 @@ declare var ExtendableMessageEvent: {
1497
1497
/** This is the event type for fetch events dispatched on the service worker global scope. It contains information about the fetch, including the request and how the receiver will treat the response. It provides the event.respondWith() method, which allows us to provide a response to this fetch. */
0 commit comments