MCPcopy
hub / github.com/GoogleChrome/workbox / SyncManager

Interface SyncManager

packages/workbox-background-sync/src/index.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

publish_cdnFunction · 0.80
publish_githubFunction · 0.80
registerSyncMethod · 0.65
_registerScriptMethod · 0.65
test-all.jsFile · 0.65
stubAlreadyControllingSWFunction · 0.65
test-Workbox.mjsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected