stdlib
1.4
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.khronos.webgl
/
ArrayBuffer
Array
Buffer
JS
open
external
class
ArrayBuffer
(
length
:
Int
)
:
BufferDataSource
(
source
)
Exposes the JavaScript
ArrayBuffer
to Kotlin
Since Kotlin
1.1
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
Since Kotlin
1.1
Functions
slice
Link copied to clipboard
JS
fun
slice
(
begin
:
Int
,
end
:
Int
=
definedExternally
)
:
ArrayBuffer
Since Kotlin
1.1
Properties
byte
Length
Link copied to clipboard
JS
open
val
byteLength
:
Int
Since Kotlin
1.1