MCPcopy
hub / github.com/dexie/Dexie.js / finally

Method finally

src/helpers/promise.d.ts:37–37  ·  view source on GitHub ↗
(onFinally?: () => U | PromiseLike<U>)

Source from the content-addressed store, hash-verified

35 | null
36 ): DexiePromise<T | TResult>;
37 finally<U>(onFinally?: () => U | PromiseLike<U>): DexiePromise<T>;
38 timeout(ms: number, msg?: string): DexiePromise<T>;
39 _state: null | true | false;
40 _lib?: boolean;

Callers 15

_promiseMethod · 0.95
tests-promise.jsFile · 0.65
tests-misc.jsFile · 0.65
tests-blobs.jsFile · 0.65
tests-table.jsFile · 0.65
tests-yield.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected