class js.html.Int16Array extends ArrayBufferView

Available on all platforms

Class Fields

Instance Fields

function new(buffer:ArrayBuffer, ?byteOffset:Int, ?length:Int):Void

function new(length:Int):Void

function new(array:Int16Array):Void

function new(array:Array<Int>):Void

function get(index:Int):Int

function set(array:Array<Int>, ?offset:Int):Void

function set(index:Int, value:Int):Void

function set(array:Int16Array, ?offset:Int):Void

function subarray(start:Int, end:Int):Int16Array