Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmlScriptElementSetText :: (IsHTMLScriptElement self, ToJSString val) => self -> val -> IO () Source
htmlScriptElementGetText :: (IsHTMLScriptElement self, FromJSString result) => self -> IO result Source
htmlScriptElementSetHtmlFor :: (IsHTMLScriptElement self, ToJSString val) => self -> val -> IO () Source
htmlScriptElementGetHtmlFor :: (IsHTMLScriptElement self, FromJSString result) => self -> IO result Source
htmlScriptElementSetEvent :: (IsHTMLScriptElement self, ToJSString val) => self -> val -> IO () Source
htmlScriptElementGetEvent :: (IsHTMLScriptElement self, FromJSString result) => self -> IO result Source
htmlScriptElementSetCharset :: (IsHTMLScriptElement self, ToJSString val) => self -> val -> IO () Source
htmlScriptElementGetCharset :: (IsHTMLScriptElement self, FromJSString result) => self -> IO result Source
htmlScriptElementSetAsync :: IsHTMLScriptElement self => self -> Bool -> IO () Source
htmlScriptElementGetAsync :: IsHTMLScriptElement self => self -> IO Bool Source
htmlScriptElementSetDefer :: IsHTMLScriptElement self => self -> Bool -> IO () Source
htmlScriptElementGetDefer :: IsHTMLScriptElement self => self -> IO Bool Source
htmlScriptElementSetSrc :: (IsHTMLScriptElement self, ToJSString val) => self -> val -> IO () Source
htmlScriptElementGetSrc :: (IsHTMLScriptElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_html_script_element_set_cross_origin :: JSRef HTMLScriptElement -> JSString -> IO () Source
htmlScriptElementSetCrossOrigin :: (IsHTMLScriptElement self, ToJSString val) => self -> val -> IO () Source
htmlScriptElementGetCrossOrigin :: (IsHTMLScriptElement self, FromJSString result) => self -> IO result Source
htmlScriptElementSetNonce :: (IsHTMLScriptElement self, ToJSString val) => self -> val -> IO () Source
htmlScriptElementGetNonce :: (IsHTMLScriptElement self, FromJSString result) => self -> IO result Source
data HTMLScriptElement Source
castToHTMLScriptElement :: GObjectClass obj => obj -> HTMLScriptElement Source
toHTMLScriptElement :: IsHTMLScriptElement o => o -> HTMLScriptElement Source