Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.buffer
/
ArrayBuffer
/
transfer
transfer
fun
transfer
(
newByteLength
:
Int
)
:
ArrayBuffer
(
source
)
Creates a new ArrayBuffer with the same byte content as this buffer, then detaches this buffer.
MDN