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

x/shed/middleware.ts>CORSOptions

All Worker Tools under a single roof
Latest
interface CORSOptions
import { type CORSOptions } from "https://deno.land/x/shed@v0.1.0-pre.10/middleware.ts";

Properties

optional
origin: string | { origin: string; }
optional
methods: Method[]
optional
headers: string[]
optional
credentials: boolean
optional
maxAge: number | Temporal.Duration