win 10 64 bit sdk build
NW.js v0.18.7
I run my project with a shortcut with a target like this:
C:Devnwjsnw.exe --load-extension="C:Devvue-devtools" "C:Devtest"
After I reload the app with the right mouse button on main window context menu "Reload app" button most of the properties in the "global" object will be null or undefined.
For an example global.setImmediate will be undefined.
This only happens if I load a devtools extension.
Repro case includes the extension and a basic app.
global_var_test.zip
Step by step reproduction:
--load-extensionReload app or Simulate browser restart context menu elementglobal.setImmediateReproduced with the reporter's test case on Linux and Windows with nwjs-sdk-0.21.0.
This is fixed in git and will be available in the next nightly build.
Most helpful comment
This is fixed in git and will be available in the next nightly build.