The URL of the script for each worker to start.
Timeout in milliseconds, in which each worker should set initial message.
10 seconds, see DEFAULT_WORKER_INITIALIZATION_TIMEOUT
The number of Web Workers for processing data.
Defaults to CLAMP(navigator.hardwareConcurrency - 1, 1, 4) or [[DEFAULT_WORKER_COUNT]].
navigator.hardwareConcurrency
Generated using TypeDoc
The URL of the script for each worker to start.