Skip to content
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

feat: support receive binary data from fetch and XMLHttpRequest. #397

Merged
merged 2 commits into from Jul 7, 2023

Conversation

andycall
Copy link
Member

  1. Add support for setting the responseType property to 'arraybuffer' or 'blob' on XMLHttpRequest object to receive binary data instead of json or string.
  2. Add support for Response.arraybuffer() method and Response.blob() method.

@yifei8 yifei8 added this pull request to the merge queue Jul 7, 2023
Merged via the queue into main with commit 5ef4d94 Jul 7, 2023
38 checks passed
@yifei8 yifei8 deleted the feat/xhr_response_type branch July 7, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants