ArrayBuffer

JS
1.1
open class ArrayBuffer : BufferDataSource

Exposes the JavaScript ArrayBuffer to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript ArrayBuffer to Kotlin

ArrayBuffer(length: Int)

Properties

JS
1.1

byteLength

open val byteLength: Int

Functions

JS
1.1

slice

fun slice(
    begin: Int,
    end: Int = definedExternally
): ArrayBuffer

Companion Object Functions

JS
1.1

isView

fun isView(value: Any?): Boolean