org.scalajs.dom.experimental

sharedworkers

package sharedworkers

Visibility
  1. Public
  2. All

Type Members

  1. class SharedWorker extends raw.EventTarget with AbstractWorker

    The SharedWorker interface represents a specific kind of worker that can be accessed from several browsing contexts, such as several windows, iframes or even workers.

  2. trait SharedWorkerGlobalScope extends raw.EventTarget with WorkerGlobalScope

    The SharedWorkerGlobalScope object (the SharedWorker global scope) is accessible through the self keyword.

Value Members

  1. object SharedWorkerGlobalScope extends Object

    Annotations
    @native() @JSGlobalScope()

Ungrouped