Skip to main content
Module

x/evt/lib/types/index.ts>dom.Response

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.Response
implements Body
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { Response } = dom;

This Fetch API interface represents the response to a request.

Properties

readonly
headers: Headers
readonly
ok: boolean
readonly
redirected: boolean
readonly
status: number
readonly
statusText: string
readonly
trailer: Promise<Headers>
readonly
type: ResponseType
readonly
url: string