Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/simple_utility/mod.ts>ResponseType

Useful snippet collection.
Go to Latest
interface ResponseType
import { type ResponseType } from "https://deno.land/x/simple_utility@v1.6.0/mod.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