| 15 | |
| 16 | // See https://github.com/GoogleChrome/workbox/issues/2946 |
| 17 | interface SyncManager { |
| 18 | getTags(): Promise<string[]>; |
| 19 | register(tag: string): Promise<void>; |
| 20 | } |
| 21 | |
| 22 | declare global { |
| 23 | interface ServiceWorkerRegistration { |
no outgoing calls
no test coverage detected