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