WorkerGlobalScope 类
- 继承
-
- Object
- EventTarget
- WorkerGlobalScope
- 实现的类型
- 实现者
- 注解
-
- @Native("WorkerGlobalScope")
属性
- addressSpace → String?
-
没有设置器
- caches → CacheStorage?
-
没有设置器
- crypto → Crypto?
-
没有设置器
- hashCode → int
- 此对象的哈希码。没有设置器继承
- indexedDB → IdbFactory?
-
没有设置器
- isSecureContext → bool?
-
没有设置器
- location → _WorkerLocation
-
没有设置器
-
没有设置器
- on → Events
- 这是对事件流的简化访问器,应在显式访问器不可用的情况下使用。没有设置器继承
- origin → String?
- WorkerGlobalScope 处理的错误事件的流。没有设置器
- performance → WorkerPerformance?
-
没有设置器
- runtimeType → Type
-
没有设置器
- A representation of the runtime type of the object。
- 对象运行时类型的表示。没有设置器继承
- 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 -
继承
-
toString(
) → String - 此对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承
静态属性
- instance → WorkerGlobalScope
-
没有设置器
常量
-
errorEvent → const EventStreamProvider<
Event> - 静态工厂,旨在将
error
事件暴露给不是 WorkerGlobalScope 实例的事件处理器。