-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xhr.response is undefined on blob/arraybuffer response type #166
Comments
Hi @nolash I met the same problem here, do you have any work around now? |
Had the same issue with
Note that you could change get function to check |
Is this fixed yet.. I want to get this to work.. I also get "undefined". The whole purpose of this lib is to run code already written and not change it. |
Just use http.get. |
Any updates in that? |
i'm just using the node library for file reads now |
Trying to get this file with your nodejs xmlhttprequest
using the following code:
Result is
undefined
for the logline withxhr.response
and correct value inxhr.responseText
.Does your module only work for text?
The text was updated successfully, but these errors were encountered: