ServiceWorkerGlobalScope 类
- 继承
-
- Object
- EventTarget
- WorkerGlobalScope
- 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 - 此对象的字符串表示。继承的
运算符
静态属性
- instance → ServiceWorkerGlobalScope
-
无设置器
常量
-
activateEvent → const EventStreamProvider<
Event> -
fetchEvent → const EventStreamProvider<
Event> -
foreignfetchEvent → const EventStreamProvider<
ForeignFetchEvent> -
installEvent → const EventStreamProvider<
Event> -
messageEvent → const EventStreamProvider<
MessageEvent>