StreamcacheModule
- class Sc.StreamcacheModule()
Constructors
Properties
Methods
Constructors
- StreamcacheModule.constructor()
- Return type
StreamcacheModule
Properties
- StreamcacheModule.defaultBinary
- Type
unknown
- StreamcacheModule.defaultEnginePath
- Type
string optional
- StreamcacheModule.defaultModule
- Type
any
Methods
static createInstance
- StreamcacheModule.createInstance(instanceArgs)
- Arguments
instanceArgs (
StartArgs()
) – None
- Return type
Promise <Partial <Facade>>
static setupNewView
- StreamcacheModule.setupNewView(facade, view_key, container)
- Arguments
facade (
Facade()
) – Noneview_key (
ViewKey()
) – Nonecontainer (
string | HTMLElement()
) – None
- Return type
void