NWJS Version : 0.26.0
Operating System : macos
Expected behavior
webview.executeScript({code: 'console.log(window)'}, console.log)
should log the window object
Actual behavior
webview.executeScript({code: 'console.log(window)'}, console.log)
logs the wrong window object
This is fixed in git and will be available in the next nightly build.