jsaddle-0.9.8.1: Interface for JavaScript that works with GHCJS and GHC
Safe HaskellNone
LanguageHaskell2010

GHCJS.Buffer

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.