Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

xhr.responseXML is not implemented #937

Open
vcarel opened this issue Aug 20, 2015 · 1 comment
Open

xhr.responseXML is not implemented #937

vcarel opened this issue Aug 20, 2015 · 1 comment

Comments

@vcarel
Copy link

vcarel commented Aug 20, 2015

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

@vcarel
Copy link
Author

vcarel commented Aug 20, 2015

I just found out that jsdom was using driverdan/node-XMLHttpRequest. But it looks like zombie is using it's own implementation...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant