Skip to main content
Module

x/s3si/deps.ts>CookieOptions

Export your battles from SplatNet to https://stat.ink
Latest
type alias CookieOptions
import { type CookieOptions } from "https://deno.land/x/s3si@gui-v0.4.20/deps.ts";
definition: { name?: string; value?: string; path?: string; domain?: string; expires?: number; maxAge?: number; secure?: boolean; httpOnly?: boolean; sameSite?: "Lax" | "Strict" | "None"; creationDate?: number; }