You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blob.arrayBuffer() returns a Uint8Array instead of an ArrayBuffer. This line should have additional '.buffer' after saying 'this._buffer' to return an ArrayBuffer
The text was updated successfully, but these errors were encountered:
bjornstar
added a commit
to bjornstar/blob-polyfill
that referenced
this issue
Feb 3, 2021
* [Blob.js] Blob.arrayBuffer() should return a promise that resolves with an ArrayBuffer (Fixeseligrey#78) (@bjornstar)
* [test] Add a test for Blob.arrayBuffer (@bjornstar)
* [package.json] Update devDependencies: `eslint` & `mocha` (@bjornstar)
* [package.json] Add devDependency: `@sindresorhus/is` (@bjornstar)
* [Blob.js] Blob.arrayBuffer() should return a promise that resolves with an ArrayBuffer (Fixeseligrey#78) (@bjornstar)
* [test] Add a test for Blob.arrayBuffer (@bjornstar)
* [package.json] Update devDependencies: `eslint` & `mocha` (@bjornstar)
* [package.json] Add devDependency: `@sindresorhus/is` (@bjornstar)
Blob.arrayBuffer() returns a Uint8Array instead of an ArrayBuffer. This line should have additional '.buffer' after saying 'this._buffer' to return an ArrayBuffer
The text was updated successfully, but these errors were encountered: