SecurityPolicyViolationEvent

继承
注解
  • @Native("SecurityPolicyViolationEvent")

构造函数

SecurityPolicyViolationEvent(String type, [Map? eventInitDict])
工厂

属性

blockedUri String?
无设置器
bubbles bool?
无设置器继承
cancelable bool?
无设置器继承
columnNumber int?
无设置器
composed bool?
无设置器继承
currentTarget EventTarget?
无设置器继承
defaultPrevented bool
无设置器继承
disposition String?
无设置器
documentUri String?
无设置器
effectiveDirective String?
无设置器
eventPhase int
无设置器继承
hashCode int
对象的哈希码。
无设置器继承
isTrusted bool?
无设置器继承
lineNumber int?
无设置器
matchingTarget Element
指向在其 CSS 选择器匹配的元素。如果此事件未与任何事件委托相关联,访问此值将抛出UnsupportedError
无设置器继承
originalPolicy String?
无设置器
path List<EventTarget>
无设置器继承
referrer String?
无设置器
runtimeType Type
对象的运行时类型的表示。
无设置器继承
sample String?
无设置器
sourceFile String?
无设置器
statusCode int?
无设置器
目标 EventTarget?
无设置器继承
timeStamp num?
无设置器继承
type String
无设置器继承
违反指令 String?
无设置器

方法

composedPath() List<EventTarget>
继承
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时触发。
继承
preventDefault() → void
继承
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
该对象的字符串表示形式。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承