SecurityPolicyViolationEvent class

Inheritance

Constructors

SecurityPolicyViolationEvent(String type, [Map? eventInitDict])
factory

Properties

blockedUri String?
no setter
bubbles bool?
no setterinherited
cancelable bool?
no setterinherited
columnNumber int?
no setter
composed bool?
no setterinherited
currentTarget EventTarget?
no setterinherited
defaultPrevented bool
no setterinherited
disposition String?
no setter
documentUri String?
no setter
effectiveDirective String?
no setter
eventPhase int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isTrusted bool?
no setterinherited
lineNumber int?
no setter
matchingTarget Element
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.
no setterinherited
originalPolicy String?
no setter
path List<EventTarget>
no setterinherited
referrer String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sample String?
no setter
sourceFile String?
no setter
statusCode int?
no setter
target EventTarget?
no setterinherited
timeStamp num?
no setterinherited
type String
no setterinherited
violatedDirective String?
no setter

Methods

composedPath() List<EventTarget>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited