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

[v8.x backport] doc: Backport #19685 and #19949 to v8.x #21590

Closed
wants to merge 2 commits into from

Commits on Jun 29, 2018

  1. doc: remove ES6/ECMAScript 2015 from buffer.md

    As the introduction of ES6 features recedes further into the past, it
    is less and less relevant (and more and more distracting) to cite it in
    documentation text. Remove mention in buffer.md.
    
    PR-URL: nodejs#19685
    Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott authored and ChALkeR committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    0410b5b View commit details
    Browse the repository at this point in the history
  2. doc: Uint8Array support in Buffer functions

    Buffer.from / new Buffer accept Uint8Array
    
    Fixes: nodejs#14118
    
    PR-URL: nodejs#19949
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Gus Caplan <[email protected]>
    SheetJSDev authored and ChALkeR committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    aa9d4eb View commit details
    Browse the repository at this point in the history