googlearchive / core-ajax

Polymer Core Ajax
26 stars 52 forks source link

Fix error processing for other responseTypes than 'text' #61

Closed nomego closed 9 years ago

nomego commented 9 years ago

Prevents DOMException: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'document').

googlebot commented 9 years ago

Thanks for your pull request.

It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/.

If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits.

Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name.

nomego commented 9 years ago

I have now signed the CLA.

googlebot commented 9 years ago

CLAs look good, thanks!

nomego commented 9 years ago

This seems fixed by #63