bluesky-social / atproto

Social networking technology created by Bluesky
Other
6.13k stars 432 forks source link

Code-gened Uint8array type of application/cbor methods is not accurate #455

Closed dholms closed 1 year ago

dholms commented 1 year ago

fetch returns binary as an ArrayBuffer not Uint8Array. Easy to convert just do new Uint8Array(arrBuf)

dholms commented 1 year ago

fixed https://github.com/bluesky-social/atproto/pull/658