SharedWorkerGlobalScope 类
- 继承
-
- Object
- EventTarget
- WorkerGlobalScope
- SharedWorkerGlobalScope
- 注解
-
- @Native("SharedWorkerGlobalScope")
属性
- addressSpace → String?
-
无设置器继承
- caches → CacheStorage?
-
无设置器继承
- crypto → Crypto?
-
无设置器继承
- hashCode → int
- 此对象的哈希码。无设置器继承
- indexedDB → IdbFactory?
-
无设置器继承
- isSecureContext → bool?
-
无设置器继承
- location → _WorkerLocation
-
无设置器继承
- name → String?
-
无设置器
-
无设置器继承
- on → Events
- 这是对事件流的简化访问器,应在没有明确访问器的情况下使用。无设置器继承
-
onConnect → Stream<
Event> - 由此 SharedWorkerGlobalScope 处理的
connect
事件流。无设置器 -
onError → Stream<
Event> - 由此 WorkerGlobalScope 处理的
error
事件流。无设置器继承 - origin → String?
-
无设置器继承
- performance → WorkerPerformance?
-
无设置器继承
- runtimeType → Type
- 对象运行时类型的表示。无设置器继承
- self → WorkerGlobalScope
-
无设置器继承
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
atob(
String atob) → String -
继承
-
btoa(
String btoa) → String -
继承
-
close(
) → void -
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 -
继承
-
requestFileSystemSync(
int type, int size) → _DOMFileSystemSync -
resolveLocalFileSystemSyncUrl(
String url) → _EntrySync -
toString(
) → String - 这个对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承
静态属性
- instance → SharedWorkerGlobalScope
-
无设置器
常量
-
connectEvent → const EventStreamProvider<
Event> - 静态工厂,用于将
connect
事件暴露给事件处理程序,这些事件处理程序不一定是 SharedWorkerGlobalScope 的实例。 - PERSISTENT → const int
- TEMPORARY → const int