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
Buffer.from(string,'binary') function is first added in node 4.5
Buffer.from(string,'binary')
on node 4.4.4 it will throw TypeError: binary is not a function
TypeError: binary is not a function
FYI. Node 4.4.4 Buffer API Node 4.5.0 Buffer API
Seems like this commit will break this module on node4.5-
The text was updated successfully, but these errors were encountered:
Duplicate of #241
Use 4.5.0 or newer.
Sorry, something went wrong.
No branches or pull requests
Buffer.from(string,'binary')
function is first added in node 4.5on node 4.4.4 it will throw
TypeError: binary is not a function
FYI.
Node 4.4.4 Buffer API
Node 4.5.0 Buffer API
Seems like
this commit will break this module on node4.5-
The text was updated successfully, but these errors were encountered: