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
If you open DevTools and type chrome.app.window.getAll() you will get en error
(unknown) Uncaught Error: No current window
at extensions::nw.currentWindowInternal:4:24
at new NWWindow (extensions::nw.Window:76:44)
at extensions::nw.Window:653:23
at extensions::app.window:227:31
at Array.map (<anonymous>)
at extensions::app.window:225:19
at <anonymous>:1:19
NWJS Version : 0.43.4
Operating System : Windows 10
I've used calculator sample https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/calculator, but issue exists for all chrome apps.
If you open DevTools and type
chrome.app.window.getAll()
you will get en errorhttps://yadi.sk/i/t1Q-L5kJINkH-A
The text was updated successfully, but these errors were encountered: