Skip to content

Commit

Permalink
add docs for the options
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 25, 2020
1 parent 58856e0 commit 63f7119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types/master.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ export interface ThreadsWorkerOptions extends WorkerOptions {
}

export interface CreateWorkerOptions extends ThreadsWorkerOptions {
backend: string
/** backend for the threads */
backend: "web" | "node" | "tiny"
/** flag to return a BlobWorker */
blob: boolean
}

Expand Down

0 comments on commit 63f7119

Please sign in to comment.