interface dom.Response
implements Body
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/index.ts";
const { Response } = dom;
This Fetch API interface represents the response to a request.
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/index.ts";
const { Response } = dom;
This Fetch API interface represents the response to a request.