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
The first time during the life span of a background page when chrome.action is accessed, it will trigger chrome's defined getter (lazy load/bind the relevant API aspects), and should return an object with various API methods or properties.
Accessing chrome.action by calling it within a script or by inspecting the background page's chrome then clicking through to try to look inside action.
This was initially encountered on an earlier nw28 beta (but they were custom built) however when the problem persisted on your recent nightly build (used without any alterations as downloaded from your server) I determined that the issue must be upstreamed (might even be chromium related — but I doubt I can verify this on my end).
The text was updated successfully, but these errors were encountered:
Environment
NWJS Version :
Operating System :
Expected behavior
The first time during the life span of a background page when
chrome.action
is accessed, it will trigger chrome's defined getter (lazy load/bind the relevant API aspects), and should return an object with various API methods or properties.Actual behavior
NWJS craches abruptly:
How to reproduce
Accessing
chrome.action
by calling it within a script or by inspecting the background page'schrome
then clicking through to try to look insideaction
.This was initially encountered on an earlier nw28 beta (but they were custom built) however when the problem persisted on your recent nightly build (used without any alterations as downloaded from your server) I determined that the issue must be upstreamed (might even be chromium related — but I doubt I can verify this on my end).
The text was updated successfully, but these errors were encountered: