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 468994b commit 6bf83e9Copy full SHA for 6bf83e9
docs/api/shell.md
@@ -2,7 +2,7 @@
2
3
> Manage files and URLs using their default applications.
4
5
-Process: [Main](../glossary.md#main-process), [Renderer](../glossary.md#renderer-process)
+Process: [Main](../glossary.md#main-process), [Renderer](../glossary.md#renderer-process) (non-sandboxed only)
6
7
The `shell` module provides functions related to desktop integration.
8
@@ -14,6 +14,8 @@ const { shell } = require('electron')
14
shell.openExternal('https://github.com')
15
```
16
17
+**Note:** While the `shell` module can be used in the renderer process, it will not function in a sandboxed renderer.
18
+
19
## Methods
20
21
The `shell` module has the following methods:
0 commit comments