SimplifiedFetch

Home > simplified-fetch > PipeResponse

PipeResponse type

Asynchronous executed just after getting the response

Signature:

export declare type PipeResponse = (response: Response, request: Request, controller: [(value: unknown) => void, (reason?: any) => void]) => Promise<unknown> | unknown;

Remarks

invoke resolve | reject to end pipeline