ServiceWorkerGlobalScope

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

属性

addressSpace String?
无设置器继承
caches CacheStorage?
无设置器继承
clients Clients?
无设置器
crypto Crypto?
无设置器继承
hashCode int
此对象的哈希码。
无设置器继承
indexedDB IdbFactory?
无设置器继承
isSecureContext bool?
无设置器继承
location → _WorkerLocation
无设置器继承
无设置器继承
on Events
这是一个用于访问事件流的简便访问器,仅在显式访问器不可用时使用。
无设置器继承
onActivate Stream<Event>
无设置器
onError Stream<Event>
由此 WorkerGlobalScope 处理的 error 事件流。
无设置器继承
onFetch Stream<Event>
无设置器
onForeignfetch Stream<ForeignFetchEvent>
无设置器
onInstall Stream<Event>
无设置器
onMessage Stream<MessageEvent>
无设置器
origin String?
无设置器继承
performance WorkerPerformance?
无设置器继承
registration ServiceWorkerRegistration?
无设置器
runtimeType Type
表示对象的运行时类型。
无设置器继承
self WorkerGlobalScope
无设置器继承

方法

addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承的
atob(String atob) String
继承的
btoa(String btoa) String
继承的
dispatchEvent(Event event) bool
继承的
fetch(dynamic input, [Map? init]) Future
继承的
importScripts(String urls) → void
继承的
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承的
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承的
skipWaiting() Future
toString() String
此对象的字符串表示形式。
继承的

运算符

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

静态属性

instance ServiceWorkerGlobalScope
无设置器

常量

activateEvent → const EventStreamProvider<Event>
fetchEvent → 常量 EventStreamProvider<Event>
foreignfetchEvent → 常量 EventStreamProvider<ForeignFetchEvent>
installEvent → 常量 EventStreamProvider<Event>
messageEvent → 常量 EventStreamProvider<MessageEvent>