docs: Multithreading

This commit is contained in:
Cheng Zhao 2017-03-15 19:34:21 +09:00
parent a49af26e39
commit ab83aa0bfd
3 changed files with 56 additions and 0 deletions

View file

@ -15,6 +15,9 @@ exports.load = (appUrl) => {
height: 600,
autoHideMenuBar: true,
backgroundColor: '#FFFFFF',
webPreferences: {
nodeIntegrationInWorker: true
},
useContentSize: true
}
if (process.platform === 'linux') {