@jakguru/vueprint / @jakguru/vueprint/services/bus / BackgroundFetchEvent
Interface: BackgroundFetchEvent
@jakguru/vueprint/services/bus.BackgroundFetchEvent
Hierarchy
↳
BackgroundFetchEvent
Properties
id
• Readonly
id: string
Defined in
registration
• Readonly
registration: BackgroundFetchRegistration
Defined in
Methods
waitUntil
▸ waitUntil(f
): void
Parameters
Name | Type |
---|---|
f | Promise <any > |
Returns
void
Overrides
ExtendableEvent.waitUntil