ArrayBuffer

open class ArrayBuffer(length: Int) : BufferDataSource, JsAny

Exposes the JavaScript ArrayBuffer to Kotlin

Constructors

Link copied to clipboard
constructor(length: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val byteLength: Int

Functions

Link copied to clipboard
fun slice(begin: Int, end: Int): ArrayBuffer