Module

Data.ArrayBuffer.Types

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

#ArrayBuffer Source

data ArrayBuffer

Represents a JS ArrayBuffer object

#DataView Source

data DataView

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

#ArrayView Source

data ArrayView :: ArrayViewType -> Typedata ArrayView t0

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

#Int8 Source

data Int8 :: ArrayViewTypedata Int8

#Int16 Source

#Int32 Source

#Uint8 Source