Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
main.ts
File · 0.80
server.ts
File · 0.80
storage.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected