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 7c6139f commit 8b47031Copy full SHA for 8b47031
src/types/master.ts
@@ -86,7 +86,9 @@ export interface ThreadsWorkerOptions extends WorkerOptions {
86
}
87
88
export interface CreateWorkerOptions extends ThreadsWorkerOptions {
89
- backend: string
+ /** backend for the threads */
90
+ backend: "web" | "node" | "tiny"
91
+ /** flag to return a BlobWorker */
92
blob: boolean
93
94
0 commit comments