Search...

ResponseLike

export declare interface ResponseLike extends Pick<Response_2, 'arrayBuffer' | 'bodyUsed' | 'headers' | 'json' | 'ok' | 'status' | 'statusText' | 'text'> 
export declare interface ResponseLike extends Pick<Response_2, 'arrayBuffer' | 'bodyUsed' | 'headers' | 'json' | 'ok' | 'status' | 'statusText' | 'text'> 

No summary provided.

Extends

Pick<Response_2, 'arrayBuffer' | 'bodyUsed' | 'headers' | 'json' | 'ok' | 'status' | 'statusText' | 'text'>

body

:

Readable | ReadableStream_2 | null