WorkerNavigator
Overview
The WorkerNavigator interface represents a subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
connection
property connection: dynamic read;
dynamic connection { get; }
var connection: dynamic { get{} }
dynamic connection { __get; }
ReadOnly Property connection() As dynamic