import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { BlockedByResponseReason } = Protocol.Audits;
Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE.