feross / blob-to-buffer

Convert a Blob to a Buffer.
MIT License
75 stars 13 forks source link

convert anything to Buffer with promise #21

Open jimmywarting opened 5 years ago

jimmywarting commented 5 years ago

Response works in more browser blob.arrayBuffer() requires a polyfill

choose to use Response

Breaking change: Use promise instead of callback Bumped major version

closes #1