v0.54.1 Using chrome.windows.create api to open ingconito window crashes nw.js
See original GitHub issueNWJS Version : 0.54.1 Operating System : Windows 10 64bit
Expected behavior
Incognito window will open with the given URL.
Actual behavior
NW.js application crashes
How to reproduce
- Open devtools
- Try to open Google with chrome extension “windows” api:
window.chrome.windows.create({ url: "https://www.google.com", incognito: true })
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Incognito window crashes NW.js app - Google Groups
[NW.js v0.54.1 Bug Report] - Incognito window crashes NW.js app ... Using chrome.windows.create api to open incognito window crashes the NW.js framework.
Read more >nw.Window.open causes a crash for some urls #7830 - GitHub
Opening new window (nw.Window.open) does not cause a crash. This works in v0.54.1 and causes a crash from v0.55.0 to v0.60.0 ...
Read more >Window - NW.js Documentation
Open a new window and load url in it. You should wait for the Window's loaded event before interacting with any of its...
Read more >870838 - Chrome Crashes when closing an Incognito Window
Open an incognito (Ctrl + Shift + N, or via option in browser) ... Closing the incognito window reliably causes a crash in...
Read more >Untitled
#Gold Single track road accident, Dello kahit minsan lang, Photo arrestation star, Banqueta para cozinha marrom, Webasto dw300 manual, What are people from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://groups.google.com/g/nwjs-general/c/8angslnQVR4
some .cc and .h (c/c++) code inside project (nwjs/chromium.src) has been not updated about few years ago.