Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface FetchResponseType
import { type FetchResponseType } from "https://deno.land/x/simple_utility@v0.0.2/src/fetch.ts";

Properties

text: string
json: JsonValue
form: FormData
byte: Uint8Array
buffer: ArrayBuffer
blob: Blob
ok: boolean
response: Response