sneedium/renderer.js

9 lines
415 B
JavaScript
Raw Normal View History

2023-03-02 15:42:38 -06:00
/**
* This file is loaded via the <script> tag in the index.html file and will
* be executed in the renderer process for that window. No Node.js APIs are
* available in this process because `nodeIntegration` is turned off and
* `contextIsolation` is turned on. Use the contextBridge API in `preload.js`
* to expose Node.js functionality from the main process.
*/
2024-11-21 14:57:11 -06:00
require('electron-chrome-extension/preload');