nan icon indicating copy to clipboard operation
nan copied to clipboard

use ArrayBuffer->Data() when available

Open zbjornson opened this issue 5 months ago • 0 comments

This is faster than accessing the BackingStore. API is available in V8 10.5+ per https://github.com/nodejs/node/issues/32226#issuecomment-1185423020.

Manually tested in Node.js v18.20 and v20.

zbjornson avatar Sep 12 '25 19:09 zbjornson