ghcjs-dom-0.1.1.3: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.Text

Documentation

textSplitText :: IsText self => self -> Word -> IO (Maybe Text) Source

textReplaceWholeText :: (IsText self, ToJSString content) => self -> content -> IO (Maybe Text) Source

textGetWholeText :: (IsText self, FromJSString result) => self -> IO result Source

toText :: IsText o => o -> Text Source