docs: Better document writing binary data#65
Conversation
|
This looks good, thanks! I would consider addind a base64 encoding option to explicitly say "hey I'm passing a base64 string", right now you have to pass "undefined" (or omit encoding) if you pass a base64 string. You might consider also adding something like: |
Hmm I suppose so, right now it's just character encodings for text data. We may do that in a future PR.
I can make that a bit more explicit in this PR yeah. |
|
hi @OS-pedrogustavobilro! Just saw this in my email. Quick question, am I understanding this correctly that if I simply pass a base64 string and no encoding the write actually "just works"? Never thought to try that 🤔 would that mean then that my example is double-encoding the file? |
|
Hey @kzKallisti, per your example, if you specify The Hope that helps! |
To address #40
@alextreppass / @kzKallisti / @HarelM feel free to leave feedback!