import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { CookieBlockedReason } = Protocol.Network;
Types of reasons why a cookie may not be sent with a request.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.Network.CookieBlockedReason
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { CookieBlockedReason } = Protocol.Network;
Types of reasons why a cookie may not be sent with a request.