Skip to main content
Go to Latest
interface ResponseType
import { type ResponseType } from "https://deno.land/x/simple_utility@v1.6.0/mod.universal.ts";

Map of fetch response type and string specify them.

Properties

text: string
base64: string
json: unknown
form: FormData
byte: Uint8Array
buffer: ArrayBuffer
blob: Blob
ok: boolean
code: number
header: Headers
response: Response