ForeignFetchEvent

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

构造函数

ForeignFetchEvent(String type, Map eventInitDict)
工厂方法

属性

bubbles bool?
无设置器继承
cancelable bool?
无设置器继承
composed bool?
无设置器继承
currentTarget EventTarget?
无设置器继承
defaultPrevented bool
无设置器继承
eventPhase int
无设置器继承
hashCode int
该对象的重写码。
无设置器继承
isTrusted bool?
无设置器继承
matchingTarget Element
指向在 CSS 选择器匹配的元素的一个指针。如果没有与事件委托关联,访问此值将抛出一个UnsupportedError
无设置器继承
origin String?
无设置器
path List<EventTarget>
无设置器继承
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
相等操作符。
继承