Variable SecurityPolicyViolationEvent
SecurityPolicyViolationEvent: {
prototype: SecurityPolicyViolationEvent;
new (
type: string,
eventInitDict?: SecurityPolicyViolationEventInit,
): SecurityPolicyViolationEvent;
}
prototype: SecurityPolicyViolationEvent;
new (
type: string,
eventInitDict?: SecurityPolicyViolationEventInit,
): SecurityPolicyViolationEvent;
}
Type declaration
- new (
 type: string,
 eventInitDict?: SecurityPolicyViolationEventInit,
 ): SecurityPolicyViolationEvent
- Parameters- type: string
- OptionaleventInitDict: SecurityPolicyViolationEventInit
 - Returns SecurityPolicyViolationEvent
 
- new (
- prototype: SecurityPolicyViolationEvent