serviejs / popsicle

Simple HTTP requests for node and the browser
MIT License
246 stars 19 forks source link

Support TypedArray #140

Open blakeembrey opened 3 years ago

blakeembrey commented 3 years ago

All typed arrays should just work as payloads instead of needing to grab the underlying .buffer instance: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray.