mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: add webPreferences.enableRemoteModule option (#13028)
This commit is contained in:
committed by
Alexey Kuzmin
parent
72db5ed7cb
commit
d3efc52745
@@ -4,6 +4,9 @@
|
||||
|
||||
Process: [Main](../glossary.md#main-process), [Renderer](../glossary.md#renderer-process)
|
||||
|
||||
In the renderer process context it depends on the [`remote`](remote.md) module on Linux,
|
||||
it is therefore not available when this module is disabled.
|
||||
|
||||
The following example shows how to write a string to the clipboard:
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user