Skip to content
New issue

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

doc: correct metadata of Buffer.from #9167

Closed

Commits on Oct 18, 2016

  1. doc: correct metadata of Buffer.from

    `Buffer.from` was present in `v3.0.0` but didn’t work for any
    combination of arguments as it was inherited from `Uint8Array`.
    
    This corrects the data to contain the version in which Node’s
    own `Buffer.from` was added, namely `v4.5.0`.
    
    Fixes: nodejs#9165
    addaleax committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    ea6bb9f View commit details
    Browse the repository at this point in the history