WorkerBackend
Это содержимое пока не доступно на вашем языке.
Defined in: src/runtime/worker/WorkerBackend.ts:49
Methods
Section titled “Methods”spawn()
Section titled “spawn()”spawn(
bootstrap,options?):WorkerLike
Defined in: src/runtime/worker/WorkerBackend.ts:55
Spawn a worker from a module URL. Must use module semantics (ES
modules with imports) — the equivalent of { type: 'module' } in the
Web Worker spec.
Parameters
Section titled “Parameters”bootstrap
Section titled “bootstrap”URL
options?
Section titled “options?”WorkerSpawnOptions
Returns
Section titled “Returns”WorkerLike
