instance property

SharedWorkerGlobalScope get instance

Implementation

static SharedWorkerGlobalScope get instance {
  return _workerSelf as SharedWorkerGlobalScope;
}