We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you want a buffer from on('data') encoding needs to be null, however right now only undefined | string are valid.
on('data')
null
undefined | string
The text was updated successfully, but these errors were encountered:
Correct encoding types
9520129
Fixes #312
Tyriar
Successfully merging a pull request may close this issue.
When you want a buffer from
on('data')
encoding needs to benull
, however right now onlyundefined | string
are valid.The text was updated successfully, but these errors were encountered: