Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Network_SetCookieBlockedReason

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_SetCookieBlockedReason
import { type Network_SetCookieBlockedReason } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition:
| "SecureOnly"
| "SameSiteStrict"
| "SameSiteLax"
| "SameSiteUnspecifiedTreatedAsLax"
| "SameSiteNoneInsecure"
| "UserPreferences"
| "ThirdPartyBlockedInFirstPartySet"
| "SyntaxError"
| "SchemeNotSupported"
| "OverwriteSecure"
| "InvalidDomain"
| "InvalidPrefix"
| "UnknownError"
| "SchemefulSameSiteStrict"
| "SchemefulSameSiteLax"
| "SchemefulSameSiteUnspecifiedTreatedAsLax"
| "SamePartyFromCrossPartyContext"
| "SamePartyConflictsWithOtherAttributes"
| "NameValuePairExceedsMaxSize"
| "DisallowedCharacter"