DedicatedWorkerGlobalScope 类
- 继承
-
- Object
- EventTarget
- WorkerGlobalScope
- 专用全局作用域
- 注解
-
- @Native("DedicatedWorkerGlobalScope")
属性
- addressSpace → String?
-
无设置器继承
- caches → CacheStorage?
-
无设置器继承
- crypto → Crypto?
-
无设置器继承
- hashCode → int
- 该对象的哈希码。无设置器继承
- indexedDB → IdbFactory?
-
无设置器继承
- isSecureContext → bool?
-
无设置器继承
- location → _WorkerLocation
-
无设置器继承
-
无设置器继承
- on → Events
- 这是一个用于事件流的便捷访问器,仅在没有显式访问器时使用。无设置器继承
-
onError → Stream<
Event> - 由该 WorkerGlobalScope 处理的
error
事件流。无设置器继承 -
onMessage → Stream<
MessageEvent> - 由该 DedicatedWorkerGlobalScope 处理的
message
事件流。无设置器 - 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 - 访问不存在的属性或方法时触发。继承
-
postMessage(
dynamic message, [List< Object> ? transfer]) → void -
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
requestFileSystemSync(
int type, int size) → _DOMFileSystemSync -
resolveLocalFileSystemSyncUrl(
String url) → _EntrySync -
toString(
) → String - 此对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 相等运算符。继承
静态属性
常量
-
messageEvent → const EventStreamProvider<
MessageEvent> - 静态工厂设计用于向事件处理器公开
message
事件,这些事件处理器不一定是 DedicatedWorkerGlobalScope 的实例。 - PERSISTENT → const int
- TEMPORARY → const int