first-chunk-stream v2.0.0 Release Notes

Release Date: 2015-09-21 // over 8 years ago
  • Rewritten to give you exactly the size you request through a chunkLength option instead of the previous minSize option, which could be larger than the wanted size. It's now also a Duplex stream instead of a Transform stream.

    Huge thanks to @nfroidure for the rewrite!