Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 421 Bytes

FetchResponseType.md

File metadata and controls

17 lines (10 loc) · 421 Bytes

@happy-ts/fetch-tDocs


@happy-ts/fetch-t / FetchResponseType

Type Alias: FetchResponseType

type FetchResponseType: "text" | "arraybuffer" | "blob" | "json";

Specifies the expected response type of the fetch request.

Defined in

defines.ts:38