Skip to main content
Go to Latest
type alias Protocol.Audits.BlockedByResponseReason
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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"
)