nan
nan copied to clipboard
use ArrayBuffer->Data() when available
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.