NavigatorStorage
Overview
The NavigatorStorage mixin adds to the Navigator and WorkerNavigator interfaces the Navigator.storage property, which provides access to the StorageManager singleton used for controlling the persistence of data stores as well as obtaining information
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
storage
property storage: dynamic read;
dynamic storage { get; }
var storage: dynamic { get{} }
dynamic storage { __get; }
ReadOnly Property storage() As dynamic