import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { SetCookieBlockedReason } = Protocol.Network;
Types of reasons why a cookie may not be stored from a response.
definition: ()
| "SecureOnly"
| "SameSiteStrict"
| "SameSiteLax"
| "SameSiteUnspecifiedTreatedAsLax"
| "SameSiteNoneInsecure"
| "UserPreferences"
| "SyntaxError"
| "SchemeNotSupported"
| "OverwriteSecure"
| "InvalidDomain"
| "InvalidPrefix"
| "UnknownError"
| "SchemefulSameSiteStrict"
| "SchemefulSameSiteLax"
| "SchemefulSameSiteUnspecifiedTreatedAsLax"
| "SamePartyFromCrossPartyContext"
| "SamePartyConflictsWithOtherAttributes"
| "NameValuePairExceedsMaxSize"