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

Method then

src/compat/storage/task.ts:13–13  ·  view source on GitHub ↗
(
    onFulfilled?: ((a: UploadTaskSnapshot) => any) | null,
    onRejected?: ((a: Error) => any) | null
  )

Source from the content-addressed store, hash-verified

11 cancel(): boolean;
12 resume(): boolean;
13 then(
14 onFulfilled?: ((a: UploadTaskSnapshot) => any) | null,
15 onRejected?: ((a: Error) => any) | null
16 ): Promise<any>;

Callers 15

server.tsFile · 0.80
ɵzoneWrapFunction · 0.80
ɵlazySDKProxyFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
storage.spec.tsFile · 0.80
fromTaskFunction · 0.80
enablePersistenceMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
getFirebaseToolsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected