StreamcacheModule

class Sc.StreamcacheModule()

Constructors

Sc.StreamcacheModule.constructor()
StreamcacheModule(): StreamcacheModule

Returns: StreamcacheModule

Properties

Sc.StreamcacheModule.defaultBinary

static

defaultBinary: unknown
Sc.StreamcacheModule.defaultEnginePath

static optional

defaultEnginePath: string

Methods

static Sc.StreamcacheModule.createInstance()

static

createInstance(instanceArgs: StartArgs): Promise

Parameters

instanceArgs: StartArgs

Returns: Promise

static Sc.StreamcacheModule.setupNewView()

static

setupNewView(facade: Facade, view_key: ViewKey, container: (string | HTMLElement)): void

Parameters

facade: Facade

view_key: ViewKey

container: (string | HTMLElement)

Returns: void