gi-webkit-3.0.7: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMHTMLScriptElement

Contents

Description

 

Synopsis

Exported types

Methods

getAsync

data DOMHTMLScriptElementGetAsyncMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetAsyncMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetAsyncMethodInfo a -> signature -> s

getCharset

data DOMHTMLScriptElementGetCharsetMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetCharsetMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetCharsetMethodInfo a -> signature -> s

getCrossOrigin

getDefer

data DOMHTMLScriptElementGetDeferMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetDeferMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetDeferMethodInfo a -> signature -> s

getEvent

data DOMHTMLScriptElementGetEventMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetEventMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetEventMethodInfo a -> signature -> s

getHtmlFor

data DOMHTMLScriptElementGetHtmlForMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetHtmlForMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetHtmlForMethodInfo a -> signature -> s

getNonce

data DOMHTMLScriptElementGetNonceMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetNonceMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetNonceMethodInfo a -> signature -> s

getSrc

data DOMHTMLScriptElementGetSrcMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetSrcMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetSrcMethodInfo a -> signature -> s

getText

data DOMHTMLScriptElementGetTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementGetTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementGetTextMethodInfo a -> signature -> s

setAsync

data DOMHTMLScriptElementSetAsyncMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetAsyncMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetAsyncMethodInfo a -> signature -> s

setCharset

data DOMHTMLScriptElementSetCharsetMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetCharsetMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetCharsetMethodInfo a -> signature -> s

setCrossOrigin

data DOMHTMLScriptElementSetCrossOriginMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetCrossOriginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetCrossOriginMethodInfo a -> signature -> s

setDefer

data DOMHTMLScriptElementSetDeferMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetDeferMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetDeferMethodInfo a -> signature -> s

setEvent

data DOMHTMLScriptElementSetEventMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetEventMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetEventMethodInfo a -> signature -> s

setHtmlFor

data DOMHTMLScriptElementSetHtmlForMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetHtmlForMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetHtmlForMethodInfo a -> signature -> s

setNonce

data DOMHTMLScriptElementSetNonceMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetNonceMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetNonceMethodInfo a -> signature -> s

setSrc

data DOMHTMLScriptElementSetSrcMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetSrcMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetSrcMethodInfo a -> signature -> s

setText

data DOMHTMLScriptElementSetTextMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLScriptElement a) => MethodInfo * DOMHTMLScriptElementSetTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLScriptElementSetTextMethodInfo a -> signature -> s

Properties

async

data DOMHTMLScriptElementAsyncPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementAsyncPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementAsyncPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementAsyncPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLScriptElementAsyncPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementAsyncPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementAsyncPropertyInfo = "async"
type AttrGetType DOMHTMLScriptElementAsyncPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementAsyncPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementAsyncPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementAsyncPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementAsync :: AttrLabelProxy "async" Source #

charset

data DOMHTMLScriptElementCharsetPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementCharsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementCharsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementCharsetPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementCharsetPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementCharsetPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementCharsetPropertyInfo = "charset"
type AttrGetType DOMHTMLScriptElementCharsetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementCharsetPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementCharsetPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementCharsetPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementCharset :: AttrLabelProxy "charset" Source #

crossOrigin

data DOMHTMLScriptElementCrossOriginPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementCrossOriginPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementCrossOriginPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementCrossOriginPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementCrossOriginPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementCrossOriginPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementCrossOriginPropertyInfo = "cross-origin"
type AttrGetType DOMHTMLScriptElementCrossOriginPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementCrossOriginPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementCrossOriginPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementCrossOriginPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementCrossOrigin :: AttrLabelProxy "crossOrigin" Source #

defer

data DOMHTMLScriptElementDeferPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementDeferPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementDeferPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementDeferPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLScriptElementDeferPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementDeferPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementDeferPropertyInfo = "defer"
type AttrGetType DOMHTMLScriptElementDeferPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementDeferPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementDeferPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementDeferPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementDefer :: AttrLabelProxy "defer" Source #

event

data DOMHTMLScriptElementEventPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementEventPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementEventPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementEventPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementEventPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementEventPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementEventPropertyInfo = "event"
type AttrGetType DOMHTMLScriptElementEventPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementEventPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementEventPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementEventPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementEvent :: AttrLabelProxy "event" Source #

htmlFor

data DOMHTMLScriptElementHtmlForPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementHtmlForPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementHtmlForPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementHtmlForPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementHtmlForPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementHtmlForPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementHtmlForPropertyInfo = "html-for"
type AttrGetType DOMHTMLScriptElementHtmlForPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementHtmlForPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementHtmlForPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementHtmlForPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementHtmlFor :: AttrLabelProxy "htmlFor" Source #

nonce

data DOMHTMLScriptElementNoncePropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementNoncePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementNoncePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementNoncePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementNoncePropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementNoncePropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementNoncePropertyInfo = "nonce"
type AttrGetType DOMHTMLScriptElementNoncePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementNoncePropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementNoncePropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementNoncePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementNonce :: AttrLabelProxy "nonce" Source #

src

data DOMHTMLScriptElementSrcPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementSrcPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLScriptElementSrcPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLScriptElementSrcPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLScriptElementSrcPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLScriptElementSrcPropertyInfo :: *

type AttrLabel DOMHTMLScriptElementSrcPropertyInfo :: Symbol

type AttrOrigin DOMHTMLScriptElementSrcPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLScriptElementSrcPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementSrcPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementSrcPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementSrcPropertyInfo Source # 
type AttrGetType DOMHTMLScriptElementSrcPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementSrcPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementSrcPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementSrcPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementSrc :: AttrLabelProxy "src" Source #

text

data DOMHTMLScriptElementTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementTextPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementTextPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementTextPropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementTextPropertyInfo = "text"
type AttrGetType DOMHTMLScriptElementTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLScriptElementText :: AttrLabelProxy "text" Source #

type

data DOMHTMLScriptElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLScriptElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLScriptElementTypePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLScriptElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLScriptElementTypePropertyInfo = "type"
type AttrGetType DOMHTMLScriptElementTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLScriptElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLScriptElementTypePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

dOMHTMLScriptElementType :: AttrLabelProxy "type" Source #