pretenderjs / pretender

A mock server library with a nice routing DSL
MIT License
1.26k stars 158 forks source link

Add blob support to passthrough (UPDATED) #349

Open LoganLaFollette opened 2 years ago

LoganLaFollette commented 2 years ago

There is still an issue with using blob types in passthrough. My company is having to use arraybuffer type as a workaround for this, but native blob support would be much preferred.

This fix is just an updated version of: https://github.com/pretenderjs/pretender/pull/157