6.10.0
What's Changed
- Re-implemented the
Request
body parsing logic to now useUint8Array
and various optimizations for improved performance. - Added
Request
event calledreceived
which can be used to determine when a request body has flushed and a response can be gracefully sent for more intricate implementations. - Updated Docs and Types.
Full Changelog: 6.9.0...6.10.0