DataView
open external class DataView(buffer: ArrayBuffer, byteOffset: Int = definedExternally, byteLength: Int = definedExternally) : ArrayBufferView(source)
Exposes the JavaScript DataView to Kotlin
Since Kotlin
1.1Constructors
Link copied to clipboard
constructor(buffer: ArrayBuffer, byteOffset: Int = definedExternally, byteLength: Int = definedExternally)