ghcjs-base-0.2.0.0: base library for GHCJS

Safe HaskellNone
LanguageHaskell98

JavaScript.TypedArray.DataView

Contents

Synopsis

Documentation

type DataView = SomeDataView Immutable Source

type MutableDataView = SomeDataView Mutable Source

dataView :: SomeArrayBuffer any -> SomeDataView any Source

Create a DataView for the whole ArrayBuffer

reading an immutable dataview

reading a mutable dataview

writing to a mutable dataview