Skip to content

lumilio-web / workers/workerClient / WorkerType

Type Alias: WorkerType

WorkerType = "thumbnail" | "hash" | "border" | "export" | "exif"

Defined in: workers/workerClient.ts:10

A unified client to manage and interact with all web workers in the application. This class provides a clean, promise-based API for computationally expensive tasks, abstracting away the underlying postMessage communication.

Author

Edwin Zhan

Since

1.1.0