MCPcopy
hub / github.com/heroku/react-refetch / reject

Method reject

src/index.d.ts:20–20  ·  view source on GitHub ↗
(reason?: any, meta?: any)

Source from the content-addressed store, hash-verified

18 refresh<T = {}, P extends PromiseState<T> = PromiseState<T>>(previous: P, meta?: any): P;
19 resolve<T = {}>(value?: PromiseStateLike<T>, meta?: any): FulfilledPromiseState<T>;
20 reject<T = {}>(reason?: any, meta?: any): RejectedPromiseState<T>;
21 all<T = {}>(iterable: Iterable<PromiseState<any>>): PromiseState<T[]>;
22 race<T = {}>(iterable: Iterable<PromiseState<any>>): PromiseState<T>;
23}

Callers 3

handleResponseFunction · 0.65

Implementers 1

PromiseStatesrc/PromiseState.js

Calls

no outgoing calls

Tested by

no test coverage detected