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
NWJS Version : 0.27.5
Operating System : Linux (Ubuntu 14.04)
Expected behavior
XMLHttpRequest should work in the background page.
Actual behavior
After an iframe is deleted in a window, the XMLHttpRequest in the background page fails with
How to reproduce
Use a background JavaScript file as the project's main file.
Use nw.Window.open() to open a window
Add an <iframe> to that window's DOM (or have it be part of the initial HTML)
Remove the iframe from the window's DOM.
From the background page, execute an XHR.
Instead of the XHR working, the following exception is raised:
DOMException: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'chrome-extension://bcgokjambocaplmhfjlfkafhjiacmpci/xhrbug.json': Document is already detached.
NWJS Version : 0.27.5
Operating System : Linux (Ubuntu 14.04)
Expected behavior
XMLHttpRequest should work in the background page.
Actual behavior
After an iframe is deleted in a window, the XMLHttpRequest in the background page fails with
How to reproduce
DOMException: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'chrome-extension://bcgokjambocaplmhfjlfkafhjiacmpci/xhrbug.json': Document is already detached.
A sample is attached.
xhrbug.zip
The text was updated successfully, but these errors were encountered: