Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

http-api - block - get - return value raw #704

Merged
merged 1 commit into from
Feb 1, 2017
Merged

Conversation

kumavis
Copy link
Contributor

@kumavis kumavis commented Jan 10, 2017

value may be a binary buffer, it should be returned as is instead of coerced into unicode

note: if request is sent from the browser, the requestor can set the responseType to get the result as an ArrayBuffer in order to accurately get the binary data
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data

@Kubuxu Kubuxu added the status/in-progress In progress label Jan 10, 2017
@daviddias daviddias added status/ready Ready to be worked and removed status/in-progress In progress labels Jan 19, 2017
value may be a binary buffer, it should be returned as is instead of coerced into unicode
@daviddias
Copy link
Member

just rebased master onto this branch

@daviddias daviddias merged commit 6e683b4 into master Feb 1, 2017
@daviddias daviddias deleted the kumavis-patch-2 branch February 1, 2017 16:09
@daviddias daviddias removed the status/ready Ready to be worked label Feb 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants