All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.js.buffer.ArrayBufferView.kt Maven / Gradle / Ivy

package js.buffer

external interface ArrayBufferView : BufferSource {
    val buffer: ArrayBufferLike
    val byteOffset: Int
    val byteLength: Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy