Module

Data.ArrayBuffer.Types

Package
purescript-arraybuffer-types
Repository
purescript-contrib/purescript-arraybuffer-types

#ArrayBuffer Source

data ArrayBuffer :: Type

Represents a JS ArrayBuffer object

#DataView Source

data DataView :: Type

Represents a JS DataView on an ArrayBuffer (a slice into the ArrayBuffer)

#ArrayView Source

data ArrayView :: Type -> Type

The unifying representation for the different typed arrays

#ByteOffset Source

type ByteOffset = Int

Offset in bytes into a DataView or ArrayBufer

#ByteLength Source

type ByteLength = Int

Length in bytes of a DataView or ArrayBuffer

#Int8 Source

data Int8

#Int16 Source

data Int16

#Int32 Source

data Int32

#Uint8 Source

data Uint8

#Uint16 Source

data Uint16

#Uint32 Source

data Uint32

#Uint8Clamped Source

#Float32 Source

data Float32

#Float64 Source

data Float64