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

fix(fetch-http-handler): add polyfill to collect Blob in react-native #1483

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Jan 2, 2025

Issue #, if available:

Description of changes:

Adds polyfill to collect Blob in react-native environment where arrayBuffer API is not available.
This re-introduces the code removed in #1179, but only when Blob.prototype.arrayBuffer implementation is not available.

Tested by copying fetch-http-handler artifacts to aws-samples/aws-sdk-js-tests#223, and verifying that API call is successful.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr trivikr requested a review from a team as a code owner January 2, 2025 05:39
@trivikr trivikr changed the title fix(fetch-http-handler): add polyfill to collect Blob fix(fetch-http-handler): add polyfill to collect Blob in react-native Jan 2, 2025
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.

3 participants