miniflare icon indicating copy to clipboard operation
miniflare copied to clipboard

Optimize `formData()`

Open JacobMGEvans opened this issue 2 years ago • 0 comments

This can be handled differently since we know what it is and should provide around 3x improved memory efficiency.

https://github.com/cloudflare/miniflare/blob/5a4828522f37909008e8dfa2d45c3c33b404eeda/packages/core/src/standards/http.ts#L324

JacobMGEvans avatar Aug 16 '22 21:08 JacobMGEvans