szwacz / fs-jetpack

Better file system API for Node.js
MIT License
777 stars 41 forks source link

Support binary encoding #106

Open B-Teague opened 2 years ago

B-Teague commented 2 years ago

I have a use case for binary encoded data. Can this be added to the list of valid encodings?

Was there a reason this was not added?

szwacz commented 2 years ago

There were already discussion on this topic: https://github.com/szwacz/fs-jetpack/issues/75#issuecomment-713615000 For now I wasn't convinced that we need shorter way of using other encoding than described there.