workerScope top-level property

  1. @JS('self')
DedicatedWorkerGlobalScope get workerScope

The global scope for the dedicated web worker.

Implementation

@js.JS('self')
external web.DedicatedWorkerGlobalScope get workerScope;