Skip to content

Commit

Permalink
Update website/docs/useworker.md
Browse files Browse the repository at this point in the history
Co-authored-by: gonzachr <13141462+gonzachr@users.noreply.github.com>
  • Loading branch information
alewin and zant committed May 19, 2020
1 parent 3886282 commit 9ad7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/useworker.md
Expand Up @@ -44,7 +44,7 @@ to view the values of `WORKER_STATUS` click here: [Status API](./workerstatus.md
| timeout | Number | undefined | The number of milliseconds before killing the worker |
| remoteDependencies | Array of String | [] | An array that contains the remote dependencies needed to run the worker |
| autoTerminate | Boolean | true | Kill the worker once it's done (success or error) |
| transferable | String | 'auto' | enable [Transferable Objects](https://developer.mozilla.org/en-US/docs/Web/API/Transferable), to disable it set transferable: 'none' |
| transferable | String | 'auto' | Enable [Transferable Objects](https://developer.mozilla.org/en-US/docs/Web/API/Transferable), to disable it set transferable: 'none' |

## Options Example

Expand Down

0 comments on commit 9ad7967

Please sign in to comment.