Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/heroku/react-refetch
/ catch
Method
catch
src/PromiseState.js:129–131 ·
view source on GitHub ↗
(onRejected)
Source
from the content-addressed store, hash-verified
127
// the reason and meta as parameters. Note, unlike Promise.catch(),
128
// this handlers is called immediately.
129
catch(onRejected) {
130
return
this.then(undefined, onRejected)
131
}
132
}
Callers
2
PromiseState.spec.js
File · 0.80
createPromiseStateOnRejection
Method · 0.80
Calls
1
then
Method · 0.95
Tested by
no test coverage detected