mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
4 lines
254 B
JavaScript
4 lines
254 B
JavaScript
// Define here Electron objects that need to be accessed from the WebView
|
|
// https://github.com/electron/electron/blob/master/docs/tutorial/security.md#2-disable-nodejs-integration-for-remote-content
|
|
|
|
window.ipcRenderer = require('electron').ipcRenderer; |