jsaddle-0.9.7.1: Interface for JavaScript that works with GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

GHCJS.Buffer

Contents

Synopsis

Documentation

JavaScript properties

bytestring

toByteString :: Int -> Maybe Int -> Buffer -> GHCJSPure ByteString Source #

Wrap a Buffer into a ByteString using the given offset and length.