Dart API Reference
dart:html
SecurityPolicyViolationEvent
SecurityPolicyViolationEvent
class
Annotated by:
DocsEditable()
DomName('SecurityPolicyViolationEvent')
Experimental()
Extends:
Event
Object
Instance Properties
blockedUri
String
read-only
columnNumber
int
read-only
documentUri
String
read-only
effectiveDirective
String
read-only
lineNumber
int
read-only
originalPolicy
String
read-only
referrer
String
read-only
sourceFile
String
read-only
statusCode
int
read-only
violatedDirective
String
read-only
matchingTarget
Element
Inherited
read-only
bubbles
bool
Inherited
read-only
cancelable
bool
Inherited
read-only
clipboardData
DataTransfer
Inherited
read-only
currentTarget
EventTarget
Inherited
read-only
defaultPrevented
bool
Inherited
read-only
eventPhase
int
Inherited
read-only
path
List
<
Node
>
Inherited
read-only
target
EventTarget
Inherited
read-only
timeStamp
int
Inherited
read-only
type
String
Inherited
read-only
Instance Methods
preventDefault
Inherited
( ) →
void
stopImmediatePropagation
Inherited
( ) →
void
stopPropagation
Inherited
( ) →
void