Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/evt/mod.ts>dom.RequestMode

💧EventEmitter's typesafe replacement
Latest
type alias dom.RequestMode
import { type dom } from "https://deno.land/x/evt@v2.5.7/mod.ts";
const { RequestMode } = dom;
definition:
| "cors"
| "navigate"
| "no-cors"
| "same-origin"