ArrayBuffer
Constructors
<init>
Exposes the JavaScript ArrayBuffer to Kotlin
ArrayBuffer(length: Int)Properties
byteLength
open val byteLength: IntFunctions
slice
fun slice(
begin: Int,
end: Int = definedExternally
): ArrayBufferCompanion Object Functions
isView
fun isView(value: Any?): Boolean