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
{{ message }}
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
I would like to propose a change that recognizes Uint8Array and if it is passed instead of throwing it creates a Buffer view for the same underlying ArrayBuffer
The text was updated successfully, but these errors were encountered:
At the moment passing a block
Uint8Array
throws an exceptionjs-ipld-block/src/index.js
Lines 17 to 21 in 7059cc8
I would like to propose a change that recognizes
Uint8Array
and if it is passed instead of throwing it creates aBuffer
view for the same underlyingArrayBuffer
The text was updated successfully, but these errors were encountered: