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 :: ArrayViewType -> 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

#ArrayViewType Source

#Uint8Clamped Source