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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.CSSRule

Documentation

cssRuleSetCssText :: (IsCSSRule self, ToJSString val) => self -> val -> IO () Source

cssRuleGetCssText :: (IsCSSRule self, FromJSString result) => self -> IO result Source