We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2910dc5 commit 8824ef4Copy full SHA for 8824ef4
src/types/master.ts
@@ -89,7 +89,9 @@ export interface ThreadsWorkerOptions extends WorkerOptions {
89
}
90
91
export interface CreateWorkerOptions extends ThreadsWorkerOptions {
92
- backend: string
+ /** backend for the threads */
93
+ backend: "web" | "node" | "tiny"
94
+ /** flag to return a BlobWorker */
95
blob: boolean
96
97
0 commit comments