Test if a value is an ArrayBuffer.
Detect native ArrayBuffer support.
Test if a value is a DataView.
DataView.
ArrayBuffer.
SharedArrayBuffer.
Detect native SharedArrayBuffer support.
Test if a value is a SharedArrayBuffer.
Test if a value is an `ArrayBuffer` view.
Convert a Node-API value corresponding to a DataView to an array of bytes (i.e., an unsigned 8-bit integer array).
Convert a Node-API value corresponding to a DataView to a pointer having a specified data type.