h3 icon indicating copy to clipboard operation
h3 copied to clipboard

fix(sendStream): add support for file streaming

Open GalacticHypernova opened this issue 1 year ago • 1 comments

🔗 Linked issue

Closes #623

❓ Type of change

  • [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations)
  • [x] 🐞 Bug fix (a non-breaking change that fixes an issue)
  • [ ] 👌 Enhancement (improving an existing functionality like performance)
  • [ ] ✨ New feature (a non-breaking change that adds functionality)
  • [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This PR adds support for file streaming when used with unstorage by converting the buffer to a readable.

📝 Checklist

  • [x] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

GalacticHypernova avatar Jan 20 '24 18:01 GalacticHypernova