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

Method catch

src/compat/storage/task.ts:17–17  ·  view source on GitHub ↗
(onRejected: (a: Error) => any)

Source from the content-addressed store, hash-verified

15 onRejected?: ((a: Error) => any) | null
16 ): Promise<any>;
17 catch(onRejected: (a: Error) => any): Promise<any>;
18}
19
20/**

Callers 4

build.tsFile · 0.80
main.tsFile · 0.80
server.tsFile · 0.80
storage.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected