@lelantos-org/sdk / sync / BrowserWorkerScannerOpts
Interface: BrowserWorkerScannerOpts โ
Defined in: @lelantos-org/sdk/dist/sync/worker/pool.d.ts:31
Extends โ
Omit<WorkerPoolScannerOpts,"factory">
Properties โ
chunkSize? โ
ts
optional chunkSize?: number;Defined in: @lelantos-org/sdk/dist/sync/worker/pool.d.ts:10
Inherited from โ
WorkerPoolScannerOpts.chunkSize
size? โ
ts
optional size?: number;Defined in: @lelantos-org/sdk/dist/sync/worker/pool.d.ts:9
Inherited from โ
wasm? โ
ts
optional wasm?: WireWasmConfig;Defined in: @lelantos-org/sdk/dist/sync/worker/pool.d.ts:12
Forwarded to each worker on init. See WireWasmConfig.
Inherited from โ
workerUrl โ
ts
workerUrl: string | URL;Defined in: @lelantos-org/sdk/dist/sync/worker/pool.d.ts:33
new URL("@lelantos-org/sdk/scanner-worker", import.meta.url)