-
Notifications
You must be signed in to change notification settings - Fork 123
replaced: form-data with form-data-node; fixed support for >3MB buffer type; added new examples #653
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
Conversation
7ca0520 to
c218865
Compare
c218865 to
47cdf71
Compare
47cdf71 to
e0b9f3f
Compare
e0b9f3f to
af33775
Compare
af33775 to
089d44e
Compare
089d44e to
9e08ba2
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #653 +/- ##
=========================================
+ Coverage 0 94.87% +94.87%
=========================================
Files 0 35 +35
Lines 0 781 +781
Branches 0 66 +66
=========================================
+ Hits 0 741 +741
- Misses 0 33 +33
- Partials 0 7 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9e08ba2 to
f4432ae
Compare
…t and edge worker support fix: sending attachments >3MB via Buffer or Readable streams added: new examples showing how to send attachments
f4432ae to
257e4ae
Compare
Pull Request SummaryThe pull request introduces several significant changes across various components of the project, focusing on enhancing functionality, compatibility, and user experience. Key changes include:
Overall, these changes aim to enhance the project's testing capabilities, improve attachment handling, and provide a more robust and user-friendly experience for developers and end-users. Functional Tests
Files Changed
View more in PlayerZero |
samuelpx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, big PR. Great!
What did you do?
replaced: form-data with form-data-node package for proper ESM support and edge worker support
fix: sending attachments >3MB via Buffer or Readable streams
added: new examples showing how to send attachments
License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.