ArrayBuffer

open external class ArrayBuffer(length: Int) : BufferDataSource(source)

Exposes the JavaScript ArrayBuffer to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor(length: Int)

Types

Link copied to clipboard
object Companion
Since Kotlin 1.1

Properties

Link copied to clipboard
open val byteLength: Int
Since Kotlin 1.1

Functions

Link copied to clipboard
fun slice(begin: Int, end: Int = definedExternally): ArrayBuffer
Since Kotlin 1.1