You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
browserWindow.webContents.on('did-finish-load', () => {
.. example renderer code here
})
It would be much more useful to newcomers if this was included in the README.
The text was updated successfully, but these errors were encountered:
cramatt
changed the title
Quick start is not very quick because it fails to mention needing to put renderer code inside webContents.on('did-finish-load'
Quick start is not very quick, fails to mention wrapping in 'did-finish-load' event
Mar 6, 2019
The quick start code is almost there, but to get the renderer process working I needed to put the example code inside of https://electronjs.org/docs/api/web-contents#event-did-finish-load
It would be much more useful to newcomers if this was included in the README.
The text was updated successfully, but these errors were encountered: