Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 755 Bytes

puppeteer.protocol.audits.blockedbyresponsereason.md

File metadata and controls

13 lines (8 loc) · 755 Bytes

Home > puppeteer > Protocol > Audits > BlockedByResponseReason

Protocol.Audits.BlockedByResponseReason type

Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE.

Signature:

export type BlockedByResponseReason = ('CoepFrameResourceNeedsCoepHeader' | 'CoopSandboxedIFrameCannotNavigateToCoopPage' | 'CorpNotSameOrigin' | 'CorpNotSameOriginAfterDefaultedToSameOriginByCoep' | 'CorpNotSameSite');