kwhitley / itty-fetcher

An even simpler wrapper around native Fetch to strip boilerplate from your fetching code!
MIT License
99 stars 4 forks source link

Method %TypedArray%.prototype.join called on incompatible receiver [object Object] with Uint8Array payload #25

Closed danawoodman closed 2 years ago

danawoodman commented 2 years ago
Method %TypedArray%.prototype.join called on incompatible receiver [object Object]

This error is generated when passing a Uint8Array as a payload.

Going to investigate a solution and put up a PR if I have one