hildjj / node-cbor

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

explore why highWaterMark doesn't work on node6 #96

Closed hildjj closed 3 years ago

hildjj commented 5 years ago

for #94, I added a big hack: https://github.com/hildjj/node-cbor/blob/474fb2bd7328cba3e9c9b416d5248f809983d07e/test/encoder.ava.js#L259

in order to get the tests to pass. This does not block #95 but I wanted a link there.