Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>SecurityPolicyViolationEvent

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface SecurityPolicyViolationEvent
implements Event
import { type SecurityPolicyViolationEvent } from "https://deno.land/x/windmill@v1.333.5/node_modules/evt/lib/types/lib.dom.d.ts";

Inherits from Event, and represents the event object of an event sent on a document or worker when its content security policy is violated.

Properties

readonly
blockedURI: string
readonly
columnNumber: number
readonly
documentURI: string
readonly
effectiveDirective: string
readonly
lineNumber: number
readonly
originalPolicy: string
readonly
referrer: string
readonly
sourceFile: string
readonly
statusCode: number
readonly
violatedDirective: string