Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- clearConsoleMessages :: MonadDOM m => CommandLineAPIHost -> m ()
- copyText :: (MonadDOM m, ToJSString text) => CommandLineAPIHost -> text -> m ()
- inspect :: (MonadDOM m, ToJSVal objectId, ToJSVal hints) => CommandLineAPIHost -> objectId -> hints -> m ()
- inspectedObject :: MonadDOM m => CommandLineAPIHost -> m JSVal
- inspectedObject_ :: MonadDOM m => CommandLineAPIHost -> m ()
- getEventListeners :: (MonadDOM m, IsNode node) => CommandLineAPIHost -> node -> m Array
- getEventListeners_ :: (MonadDOM m, IsNode node) => CommandLineAPIHost -> node -> m ()
- databaseId :: (MonadDOM m, ToJSVal database, FromJSString result) => CommandLineAPIHost -> database -> m result
- databaseId_ :: (MonadDOM m, ToJSVal database) => CommandLineAPIHost -> database -> m ()
- storageId :: (MonadDOM m, ToJSVal storage, FromJSString result) => CommandLineAPIHost -> storage -> m result
- storageId_ :: (MonadDOM m, ToJSVal storage) => CommandLineAPIHost -> storage -> m ()
- newtype CommandLineAPIHost = CommandLineAPIHost {}
- gTypeCommandLineAPIHost :: JSM GType
Documentation
clearConsoleMessages :: MonadDOM m => CommandLineAPIHost -> m () Source #
copyText :: (MonadDOM m, ToJSString text) => CommandLineAPIHost -> text -> m () Source #
inspect :: (MonadDOM m, ToJSVal objectId, ToJSVal hints) => CommandLineAPIHost -> objectId -> hints -> m () Source #
inspectedObject :: MonadDOM m => CommandLineAPIHost -> m JSVal Source #
inspectedObject_ :: MonadDOM m => CommandLineAPIHost -> m () Source #
getEventListeners :: (MonadDOM m, IsNode node) => CommandLineAPIHost -> node -> m Array Source #
getEventListeners_ :: (MonadDOM m, IsNode node) => CommandLineAPIHost -> node -> m () Source #
databaseId :: (MonadDOM m, ToJSVal database, FromJSString result) => CommandLineAPIHost -> database -> m result Source #
databaseId_ :: (MonadDOM m, ToJSVal database) => CommandLineAPIHost -> database -> m () Source #
storageId :: (MonadDOM m, ToJSVal storage, FromJSString result) => CommandLineAPIHost -> storage -> m result Source #
storageId_ :: (MonadDOM m, ToJSVal storage) => CommandLineAPIHost -> storage -> m () Source #
newtype CommandLineAPIHost Source #
Functions for this inteface are in JSDOM.CommandLineAPIHost.
Instances
PToJSVal CommandLineAPIHost Source # | |
Defined in JSDOM.Types pToJSVal :: CommandLineAPIHost -> JSVal # | |
PFromJSVal CommandLineAPIHost Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> CommandLineAPIHost # | |
ToJSVal CommandLineAPIHost Source # | |
Defined in JSDOM.Types toJSVal :: CommandLineAPIHost -> JSM JSVal # toJSValListOf :: [CommandLineAPIHost] -> JSM JSVal # | |
FromJSVal CommandLineAPIHost Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe CommandLineAPIHost) # fromJSValUnchecked :: JSVal -> JSM CommandLineAPIHost # fromJSValListOf :: JSVal -> JSM (Maybe [CommandLineAPIHost]) # fromJSValUncheckedListOf :: JSVal -> JSM [CommandLineAPIHost] # | |
MakeObject CommandLineAPIHost Source # | |
Defined in JSDOM.Types makeObject :: CommandLineAPIHost -> JSM Object # | |
IsGObject CommandLineAPIHost Source # | |
Defined in JSDOM.Types typeGType :: CommandLineAPIHost -> JSM GType |