Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Protocol.Audits.BlockedByResponseReason
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.

definition:
| "CoepFrameResourceNeedsCoepHeader"
| "CoopSandboxedIFrameCannotNavigateToCoopPage"
| "CorpNotSameOrigin"
| "CorpNotSameOriginAfterDefaultedToSameOriginByCoep"
| "CorpNotSameSite"