MCPcopy
hub / github.com/angular/angularfire / cancel

Method cancel

src/compat/storage/task.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 percentageChanges(): Observable<number | undefined>;
10 pause(): boolean;
11 cancel(): boolean;
12 resume(): boolean;
13 then(
14 onFulfilled?: ((a: UploadTaskSnapshot) => any) | null,

Callers 1

storage.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected