FetchEvent

继承关系
注解
  • @Native("FetchEvent")

构造函数

FetchEvent(String type, Map eventInitDict)
工厂构造函数

属性

bubbles bool?
不可设置继承
cancelable bool?
不可设置继承
clientId String?
不可设置
composed bool?
不可设置继承
currentTarget EventTarget?
不可设置继承
defaultPrevented bool
不可设置继承
eventPhase int
不可设置继承
hashCode int
此对象的哈希码。
不可设置继承
isReload bool?
不可设置
isTrusted bool?
不可设置继承
matchingTarget Element
指向在其中触发事件的匹配 CSS 选择器的元素的指针。如果没有使用任何事件代理关联此事件,将抛出一个 UnsupportedError
不可设置继承
path List<EventTarget>
不可设置继承
preloadResponse Future
不可设置
request → _Request?
不可设置
runtimeType Type
表示对象运行时类型的表示。
不可设置继承
target EventTarget?
不可设置继承
timeStamp num?
不可设置继承
type String
不可设置继承

方法

composedPath() List<EventTarget>
继承
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
preventDefault() → void
继承
respondWith(Future r) → void
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
该对象的字符串表示。
继承
waitUntil(Future f) → void
继承

运算符

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