Skip to content

@jakguru/vueprint / @jakguru/vueprint/services/bus / BackgroundFetchSuccessEvent

Interface: BackgroundFetchSuccessEvent

@jakguru/vueprint/services/bus.BackgroundFetchSuccessEvent

Hierarchy

Properties

fetches

Readonly fetches: BackgroundFetchSettledFetch[]

Defined in

src/services/bus.ts:85


id

Readonly id: string

Inherited from

BackgroundFetchEvent.id

Defined in

src/services/bus.ts:74


registration

Readonly registration: BackgroundFetchRegistration

Inherited from

BackgroundFetchEvent.registration

Defined in

src/services/bus.ts:75

Methods

waitUntil

waitUntil(f): void

Parameters

NameType
fPromise<any>

Returns

void

Inherited from

BackgroundFetchEvent.waitUntil

Defined in

src/services/bus.ts:73

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.