liftedinit / many-js

JavaScript implementation of the MANY protocol
Apache License 2.0
5 stars 7 forks source link

fix: workaround webpack 5 polyfill migration #123

Closed fmorency closed 10 months ago

fmorency commented 10 months ago

The cbor library is tagging ArrayBuffer and Uint8Array with tag 64. Avoid that by using Node's Buffer structure instead.

This fix keeps cbor compatibility with the backend.