Class: shaka.offline.StorageEngineFactory

Methods

(static) createStorageEngine() → (non-null) {Promise.<!shaka.offline.IStorageEngine>}

Create a new instance of the supported storage engine. The created instance will be initialized.
Source:
Returns:
Type
Promise.<!shaka.offline.IStorageEngine>

(static) isSupported() → {boolean}

Determines if this platform supports any form of storage engine.
Source:
Returns:
Type
boolean