Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angularfire
/ resume
Method
resume
src/compat/storage/task.ts:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
pause(): boolean;
11
cancel(): boolean;
12
resume(): boolean;
13
then(
14
onFulfilled?: ((a: UploadTaskSnapshot) => any) | null,
15
onRejected?: ((a: Error) => any) | null
Callers
1
storage.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected