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