chrome.windows.create works with the condition 'focused' and 'minimized' |
|
Issue description
sample code:
```
chrome.windows.create({"focused": false, "state": "minimized" }, function(tab) { });
```
Expected:
Windows should be created with minimized state.
Actual:
window still appears on the screen despite "minimized" state requested
|
|
►
Sign in to add a comment |
|
Comment 1 by lima...@gmail.com
, Nov 10 2017