busboy icon indicating copy to clipboard operation
busboy copied to clipboard

fix: add 'limit' event to BusboyFileStream typings

Open williamfds opened this issue 7 months ago • 1 comments

Closes #173

This PR adds the limit event to the BusboyFileStream typings so that consumers can listen for file‐size limit breaches.
It also includes:

  • A unit test (test/file-stream-limit.test.js) that verifies the limit event is emitted.
  • Documentation in README.md showing how to use the event.
  • tap and @types/tap added to devDependencies to support the new test.

Checklist

williamfds avatar May 30 '25 15:05 williamfds

Why didn't the CI run?

gurgunday avatar Jul 06 '25 08:07 gurgunday