JSDataView constructor

  1. @Since('3.6')
JSDataView(
  1. JSArrayBuffer buffer, [
  2. int byteOffset,
  3. int byteLength
])

Creates a JavaScript DataView with buffer as its backing storage, offset by byteOffset bytes, of size byteLength.

Implementation

@Since('3.6')
external JSDataView(JSArrayBuffer buffer, [int byteOffset, int byteLength]);