kotlin-stdlib
JS
kotlin-stdlib
/
org.khronos.webgl
/
ArrayBuffer
Array
Buffer
JS
open
external
class
ArrayBuffer
(
length
:
Int
)
:
BufferDataSource
Exposes the JavaScript
ArrayBuffer
to Kotlin
Types
Constructors
Functions
Properties
Constructors
Array
Buffer
Link copied to clipboard
JS
fun
ArrayBuffer
(
length
:
Int
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Functions
slice
Link copied to clipboard
JS
fun
slice
(
begin
:
Int
,
end
:
Int
=
definedExternally
)
:
ArrayBuffer
Properties
byte
Length
Link copied to clipboard
JS
open
val
byteLength
:
Int