Skip to content

Commit

Permalink
chore: note in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Oct 6, 2022
1 parent 30aa450 commit c39966f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorial/multithreading.md
Expand Up @@ -20,6 +20,8 @@ const win = new BrowserWindow({
The `nodeIntegrationInWorker` can be used independent of `nodeIntegration`, but
`sandbox` must not be set to `true`.

**Note:** This option is not available in [`SharedWorker`s](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker) or [`Service Worker`s](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker) owing to incompatibilities in sandboxing policies.

## Available APIs

All built-in modules of Node.js are supported in Web Workers, and `asar`
Expand Down

0 comments on commit c39966f

Please sign in to comment.