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

Commits on Nov 17, 2022

  1. fix: mfs blob import for files larger than 262144b

    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 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    94c3722 View commit details
    Browse the repository at this point in the history
  2. chore: add missing dep

    achingbrain committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2e24b13 View commit details
    Browse the repository at this point in the history
  3. chore: fix other deps

    achingbrain committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    43adbe2 View commit details
    Browse the repository at this point in the history