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