hildjj / node-cbor

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
MIT License
356 stars 73 forks source link

patch: added textdecoder #175

Closed dchocoboo closed 1 year ago

dchocoboo commented 1 year ago
ReferenceError: TextDecoder is not defined

  at Object.<anonymous> (node_modules/cbor/lib/utils.js:16:12)
hildjj commented 1 year ago

I'm not going to take this patch. If nothing else, this breaks in modern node versions which no longer have util.TextDecoder. If you'd like to file an issue, we can see what's going on in your environment. If you search existing closed issues for TextDecoder, you'll see how we've solved this for people using NativeScript, for instance.