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 was archived by the owner on Mar 23, 2023. It is now read-only.
This module didn't have a lot of buffer use in the first place,
but we remove any references to buffers in favour of Uint8Arrays.
When querying, values come back as Buffers which are Uint8Arrays so
the conversion was unnecessary.
BREAKING CHANGE: remove node buffers in favour of Uint8Arrays
0 commit comments