Reverted fetch usage
This commit is contained in:
6
sw/index.d.ts
vendored
6
sw/index.d.ts
vendored
@ -652,5 +652,11 @@ interface ServiceWorkerGlobalScope extends EventTarget {
|
||||
): void;
|
||||
}
|
||||
|
||||
interface NotificationOptions {
|
||||
image?: string;
|
||||
data?: string;
|
||||
badge?: string;
|
||||
}
|
||||
|
||||
// tslint:disable-next-line no-empty-interface
|
||||
interface Window extends ServiceWorkerGlobalScope {}
|
Reference in New Issue
Block a user