electron-tutorial-app icon indicating copy to clipboard operation
electron-tutorial-app copied to clipboard

Make electron v5 work. Use polyfill for HTML import.

Open chuckb opened this issue 5 years ago • 1 comments

I modified tutorial 2 to factor out the use of HTML imports and instead use a polyfill. Note that electron v5.x requires nodeIntegration to be set true when creating the BrowserWindow object, which I also modified. One note is that the welcome page does not show at initial load but will show when the menu is clicked. Not sure why, but the deprecation warning is now gone.

chuckb avatar Jun 27 '19 21:06 chuckb

Hi @chuckb. Thank you for this. i'll take a look at it as soon as possible.

crilleengvall avatar Jun 29 '19 05:06 crilleengvall