콘텐츠로 이동
한국어

WorkerBackend

이 콘텐츠는 아직 번역되지 않았습니다.

Defined in: src/runtime/worker/WorkerBackend.ts:49

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.

URL

WorkerSpawnOptions

WorkerLike