Static
defaultThe URL containing a script to fall back (default) to when looking for worker sets and decoders.
Static
Optional
defaultThe default number of workers.
Static
destroyStatic
destroyStatic
destroyStatic
getReturns a WorkerBasedDecoder instance.
The name of the decoder service type.
Optional
scriptUrl: stringThe optional URL with the workers' script.
Optional
workerCount: numberThe number of web workers to use.
Optional
workerConnectionTimeout: numberTimeout in seconds to connect to the web worker.
Static
getReturns a [[ConcurrentWorkerSet]] instance based on the script URL specified.
Optional
scriptUrl: stringThe optional URL with the workers' script. If not specified, the function uses [[defaultScriptUrl]] instead.
Optional
workerCount: numberThe number of web workers to use.
Optional
workerConnectionTimeout: numberTimeout in seconds to connect to the web worker.
Generated using TypeDoc
Default concurrent decoder helper.
A convenient singleton that maintains a separate [[ConcurrentWorkerSet]] for each bundle requested. Provides easy access to WorkerBasedDecoders for data sources.