Skip to main content
Module

std/http/cookie.ts>SameSite

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias SameSite
import { type SameSite } from "https://deno.land/std@v0.56.0/http/cookie.ts";
definition: "Strict" | "Lax" | "None"