Not documented.

Inheritance
Annotations
  • DocsEditable()
  • DomName('SecurityPolicyViolationEvent')
  • Experimental()

Properties

blockedUri String
read-only

bubbles bool
read-only, inherited

cancelable bool
read-only, inherited

clipboardData DataTransfer
read-only, inherited

Access to the system's clipboard data during copy, cut, and paste events.

columnNumber int
read-only

currentTarget EventTarget
read-only, inherited

defaultPrevented bool
read-only, inherited

documentUri String
read-only

effectiveDirective String
read-only

eventPhase int
read-only, inherited

lineNumber int
read-only

matchingTarget Element
read-only, inherited

A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.

originalPolicy String
read-only

path List<Node>
read-only, inherited

This event's path, taking into account shadow DOM.

referrer String
read-only

sourceFile String
read-only

statusCode int
read-only

target EventTarget
read-only, inherited

timeStamp int
read-only, inherited

type String
read-only, inherited

violatedDirective String
read-only

Methods

preventDefault() → void
inherited

stopImmediatePropagation() → void
inherited

stopPropagation() → void
inherited