SharedWorker

Overview

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. They implement an interface different than dedicated workers and have a different global scope, SharedWorkerGlobalScope.

Location


Properties


port

 

property port: dynamic read;

 

dynamic port { get; }

 

var port: dynamic { get{} }

 

dynamic port { __get; }

 

ReadOnly Property port() As dynamic