Skip to content

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

This can be useful to create Buffer instances for already-existing ArrayBuffers, e.g. ones created manually from a backing store with a free callback (of which our variant in the public API has some limitations).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading