Determines whether the passed value is an ArrayBuffer view, that is if it’s a typed array or a DataView.
ArrayBuffer
DataView
isView(value)
A value to check.
Returns true if the value is a view, false if it’s not.
true
false
ArrayBuffer.isView(new Uint8Array())