In order to load jQuery and work correctly on the HTML page that I opened in Electron (formerly Atom Shell), I had to disable Node integration when creating a BrowserWindow in my main.js file.
Can someone please tell me which node-integration: false parameter will prevent me from doing what I would normally be able to do if I hadn't disabled it?
electron
Bryan Apr 25 '15 at 2:22 2015-04-25 02:22
source share