Skip to main content

Interface: SupportedBrowserFeatures

Features supported by the browser

Properties

wasm

wasm: FeatureSupport

Web assembly support, required to use ml-transformer


simd

simd: FeatureSupport

Simd support, required to use ml-transformer


insertableStreams

insertableStreams: FeatureSupport

Insertable stream support, required to use ml-transformer


gpu

gpu: FeatureSupport

GPU processing support, optional


webgl

webgl: FeatureSupport

Webgl context support, required


performance

performance: FeatureSupport

Hardware support (whether the hardware underneath is powerful enough to run the library efficiently), optional. If this flag is false, the cpu/gpu could end up overloaded producing lag/glitches.