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

Method snapshotChanges

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

Source from the content-addressed store, hash-verified

6export interface AngularFireUploadTask {
7 task: UploadTask;
8 snapshotChanges(): Observable<UploadTaskSnapshot | undefined>;
9 percentageChanges(): Observable<number | undefined>;
10 pause(): boolean;
11 cancel(): boolean;

Callers 5

storage.spec.tsFile · 0.65
collection.spec.tsFile · 0.65
setupFunction · 0.65
document.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

setupFunction · 0.52