interface dom.SecurityPolicyViolationEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { SecurityPolicyViolationEvent } = dom;
Inherits from Event, and represents the event object of an event sent on a document or worker when its content security policy is violated.