Module
Data.ArrayBuffer.Types
- Package
- purescript-arraybuffer-types
- Repository
- purescript-contrib/purescript-arraybuffer-types
#ArrayBuffer Source
data ArrayBuffer :: TypeRepresents a JS ArrayBuffer object
#ByteOffset Source
type ByteOffset = IntOffset in bytes into a DataView or ArrayBufer
#ByteLength Source
type ByteLength = IntLength in bytes of a DataView or ArrayBuffer
#Uint8Clamped Source
data Uint8Clamped#Int16Array Source
type Int16Array = ArrayView Int16#Int32Array Source
type Int32Array = ArrayView Int32#Uint8Array Source
type Uint8Array = ArrayView Uint8#Uint16Array Source
type Uint16Array = ArrayView Uint16#Uint32Array Source
type Uint32Array = ArrayView Uint32#Float32Array Source
type Float32Array = ArrayView Float32#Float64Array Source
type Float64Array = ArrayView Float64- Modules
- Data.
ArrayBuffer. Types