What's the outcome of setting node-integration to false when creating a new browser window in Electron? -


in order jquery load , function correctly in html page opening in electron (formerly atom shell), had disable node integration when creating browserwindow in main.js file.

can please tell me setting node-integration: false keep me being able able had not disabled it?

setting node-integration false disable node.js in renderer process - i.e. app can only web browser do. instead of doing this, use zepto.js compatible electron , has same api.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -