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

xhr.responseType #268

Closed
lypigg opened this issue May 10, 2016 · 2 comments
Closed

xhr.responseType #268

lypigg opened this issue May 10, 2016 · 2 comments

Comments

@lypigg
Copy link

lypigg commented May 10, 2016

When I need responsetype to return to the blob data,
But I always get the text type.
I find you XHR always get responseText

@steffans
Copy link
Member

steffans commented Jun 11, 2016

I fixed this issue in my last commit 1e472bc. The xhr.response property will be used as data. Fixed in v0.7.4.

@migueljteixeira
Copy link

migueljteixeira commented Jul 15, 2016

This is not working correctly.
Binary data is converted to string before the blob object is constructed.

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

3 participants