*trueで[[Node.js]]の機能を利用できるようになる
nodeIntegration: true
====Webページをロード====
*loadURLとすることで、外部ページをロードできる
<pre>
// win.loadFile('index.html');
win.loadURL('https://service.typea.info/blogwiki');
</pre>
*[https://service.typea.info/blogwiki Webページ]をElectronアプリ化
[[File:electron_web_app.png|500px]]
==オブジェクト==