Not documented.
- Annotations
- DocsEditable()
- DomName('SecurityPolicyViolationEvent')
- Experimental()
- Extends
- Object
- Event
- SecurityPolicyViolationEvent
Properties
- String blockedUri
-
read-only
- bool bubbles
-
read-only, inherited
- bool cancelable
-
read-only, inherited
- DataTransfer clipboardData
-
read-only, inheritedAccess to the system's clipboard data during copy, cut, and paste events.
- int columnNumber
-
read-only
- EventTarget currentTarget
-
read-only, inherited
- bool defaultPrevented
-
read-only, inherited
- String documentUri
-
read-only
- String effectiveDirective
-
read-only
- int eventPhase
-
read-only, inherited
- int lineNumber
-
read-only
- Element matchingTarget
-
read-only, inheritedA 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
. - String originalPolicy
-
read-only
- List<Node> path
-
read-only, inheritedThis event's path, taking into account shadow DOM.
- String referrer
-
read-only
- String sourceFile
-
read-only
- int statusCode
-
read-only
- EventTarget target
-
read-only, inherited
- int timeStamp
-
read-only, inherited
- String type
-
read-only, inherited
- String violatedDirective
-
read-only
Methods
-
preventDefault(
) → void -
inherited
-
stopImmediatePropagation(
) → void -
inherited
-
stopPropagation(
) → void -
inherited