DedicatedWorkerGlobalScope 类
- 继承
-
- Object
- EventTarget
- WorkerGlobalScope
- DedicatedWorkerGlobalScope
- 注解
-
- @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