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
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
I'm using zombie to test an application downlading some XML files with XHR requests.
Unfortunatly, the xhr.responseXML method always returns null.
That's actually what is stated in the xhr.js file:
get responseXML() {
// Not implemented yet
return null;
}
It does not look straight forward to get a correct implementation of property (one would suggest to use jsdom's parseHtml). See driverdan/node-XMLHttpRequest#8
The text was updated successfully, but these errors were encountered:
I'm using zombie to test an application downlading some XML files with XHR requests.
Unfortunatly, the xhr.responseXML method always returns null.
That's actually what is stated in the xhr.js file:
It does not look straight forward to get a correct implementation of property (one would suggest to use jsdom's parseHtml). See driverdan/node-XMLHttpRequest#8
The text was updated successfully, but these errors were encountered: