instance property

DedicatedWorkerGlobalScope get instance

Implementation

static DedicatedWorkerGlobalScope get instance {
  return _workerSelf as DedicatedWorkerGlobalScope;
}