Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class ArrayBuffer(val byteLength: Int, options: ArrayBufferOptions? = definedExternally) : ArrayBufferLike, BufferSource, Transferable
Link copied to clipboard
Link copied to clipboard
interface ArrayBufferOptions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DataView<B : ArrayBufferLike>( val buffer: B, val byteOffset: Int = definedExternally, val byteLength: Int = definedExternally) : ArrayBufferView<B>
Link copied to clipboard
class SharedArrayBuffer(val byteLength: Int, options: SharedArrayBufferOptions? = definedExternally) : ArrayBufferLike, AllowSharedBufferSource
Link copied to clipboard
interface SharedArrayBufferOptions