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
As in NW1 with chrome.app.window.getAll() there's an api for retrieving all opened windows and accessing their contents.
Actual behavior
The said api doesn't work anymore. It's possible to retrieve some information with chrome.windows.getAll({populate: true}, console.log) however I don't know how to find the appropriate window objects from there.
How to reproduce
chrome.app.window.getAll() now only returns an empty array.
The text was updated successfully, but these errors were encountered:
Both ways are fine to me as it is possible to get the other object by using nw.Window.get(domWindow) or nwWindow.window. Do these methods still work with nw2?
NWJS Version : 0.42.5
Operating System : Win 10
Expected behavior
As in NW1 with
chrome.app.window.getAll()
there's an api for retrieving all opened windows and accessing their contents.Actual behavior
The said api doesn't work anymore. It's possible to retrieve some information with
chrome.windows.getAll({populate: true}, console.log)
however I don't know how to find the appropriate window objects from there.How to reproduce
chrome.app.window.getAll()
now only returns an empty array.The text was updated successfully, but these errors were encountered: