@jakguru/vueprint / @jakguru/vueprint/services/bus / BackgroundFetchFailEvent
Interface: BackgroundFetchFailEvent
@jakguru/vueprint/services/bus.BackgroundFetchFailEvent
Hierarchy
↳
BackgroundFetchFailEvent
Properties
fetches
• Readonly
fetches: BackgroundFetchSettledFetch
[]
Defined in
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