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

fix: mfs blob import for files larger than 262144b #4251

Merged
merged 3 commits into from Nov 17, 2022

Conversation

achingbrain
Copy link
Member

Turn the Blob/File object into a ReadableStream then turn that into an AsyncIterator<Uint8Array> the same as the other input types.

Fixes #3601
Fixes #3576

Turn the `Blob`/`File` object into a `ReadableStream` then turn that
into an `AsyncIterator<Uint8Array>` the same as the other input types.

Fixes #3601
Fixes #3576
@achingbrain achingbrain merged commit 6be5906 into master Nov 17, 2022
@achingbrain achingbrain deleted the fix/mfs-file-sizes branch November 17, 2022 19:20
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.

ipfs Files larger than 250kb cannot be added by MFS API on browser node.
1 participant