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
NWJS Version : 0.63.1
Operating System : Mac Monterey 12.2.1 (non m1 mac). I have not tried windows.
Expected behavior
nw.global is populated after nw.Window.open(..., { new_instance: true });
Actual behavior
nw.global appears to be empty {}, and attempting to access anything (set or get) give a "no access" error.
How to reproduce
Easy -- just do nw.window.open(, { new_instance: true }) from the main app.
Then in the new window, take a look at global in the console.
This is working fine in 0.62.1
The text was updated successfully, but these errors were encountered:
TheJaredWilcurt
changed the title
0.63.1: global is not set on windows opened with new_instance true
0.63.0+: global is not set on windows opened with new_instance true
Apr 24, 2022
NWJS Version : 0.63.1
Operating System : Mac Monterey 12.2.1 (non m1 mac). I have not tried windows.
Expected behavior
nw.global is populated after nw.Window.open(..., { new_instance: true });
Actual behavior
nw.global appears to be empty {}, and attempting to access anything (set or get) give a "no access" error.
How to reproduce
Easy -- just do nw.window.open(, { new_instance: true }) from the main app.
Then in the new window, take a look at global in the console.
This is working fine in 0.62.1
The text was updated successfully, but these errors were encountered: