Closed fmorency closed 10 months ago
The cbor library is tagging ArrayBuffer and Uint8Array with tag 64. Avoid that by using Node's Buffer structure instead.
cbor
ArrayBuffer
Uint8Array
Buffer
This fix keeps cbor compatibility with the backend.
The
cbor
library is taggingArrayBuffer
andUint8Array
with tag 64. Avoid that by using Node'sBuffer
structure instead.This fix keeps
cbor
compatibility with the backend.