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

src: expose ArrayBuffer version of Buffer::New() #30476

Closed
wants to merge 1 commit into from

Commits on Nov 13, 2019

  1. src: expose ArrayBuffer version of Buffer::New()

    This can be useful to create `Buffer` instances for already-existing
    `ArrayBuffer`s, e.g. ones created manually from a backing store
    with a free callback (of which our variant in the public API has
    some limitations).
    addaleax committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    a536e50 View commit details
    Browse the repository at this point in the history