jsaddle-dom-0.4.0.1: DOM library that uses jsaddle to support both GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.Blob

Synopsis

Documentation

slice :: (MonadDOM m, IsBlob self, ToJSString contentType) => self -> Int64 -> Int64 -> Maybe contentType -> m (Maybe Blob) Source #

castToBlob :: IsGObject obj => obj -> JSM Blob Source #

toBlob :: IsBlob o => o -> Blob Source #