Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newBeforeLoadEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe BeforeLoadEventInit -> m BeforeLoadEvent
- getUrl :: (MonadDOM m, FromJSString result) => BeforeLoadEvent -> m result
- newtype BeforeLoadEvent = BeforeLoadEvent {}
- gTypeBeforeLoadEvent :: JSM GType
Documentation
newBeforeLoadEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe BeforeLoadEventInit -> m BeforeLoadEvent Source #
getUrl :: (MonadDOM m, FromJSString result) => BeforeLoadEvent -> m result Source #
newtype BeforeLoadEvent Source #
Functions for this inteface are in JSDOM.BeforeLoadEvent. Base interface functions are in:
Instances
PToJSVal BeforeLoadEvent Source # | |
Defined in JSDOM.Types pToJSVal :: BeforeLoadEvent -> JSVal # | |
PFromJSVal BeforeLoadEvent Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> BeforeLoadEvent # | |
ToJSVal BeforeLoadEvent Source # | |
Defined in JSDOM.Types toJSVal :: BeforeLoadEvent -> JSM JSVal # toJSValListOf :: [BeforeLoadEvent] -> JSM JSVal # | |
FromJSVal BeforeLoadEvent Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe BeforeLoadEvent) # fromJSValUnchecked :: JSVal -> JSM BeforeLoadEvent # fromJSValListOf :: JSVal -> JSM (Maybe [BeforeLoadEvent]) # fromJSValUncheckedListOf :: JSVal -> JSM [BeforeLoadEvent] # | |
MakeObject BeforeLoadEvent Source # | |
Defined in JSDOM.Types makeObject :: BeforeLoadEvent -> JSM Object # | |
IsEvent BeforeLoadEvent Source # | |
Defined in JSDOM.Types | |
IsGObject BeforeLoadEvent Source # | |
Defined in JSDOM.Types typeGType :: BeforeLoadEvent -> JSM GType |