getMappedRange method

JSArrayBuffer getMappedRange([
  1. int offset,
  2. int size
])

The mapped bytes. Valid only until unmap, and a view rather than a copy, so a caller keeping the data past the unmap has to copy it out.

Implementation

external JSArrayBuffer getMappedRange([int offset, int size]);