eligrey / Blob.js

An HTML5 Blob implementation
Other
1.15k stars 605 forks source link

Blob.arrayBuffer() returns Uint8Array not ArrayBuffer #78

Open angiedemarc opened 3 years ago

angiedemarc commented 3 years ago

Blob.arrayBuffer() returns a Uint8Array instead of an ArrayBuffer. This line should have additional '.buffer' after saying 'this._buffer' to return an ArrayBuffer