Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
export
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.ts
File · 0.65
collection.spec.ts
File · 0.65
setup
Function · 0.65
document.spec.ts
File · 0.65
collection-group.spec.ts
File · 0.65
Calls
no outgoing calls
Tested by
1
setup
Function · 0.52