Safe Haskell | None |
---|---|
Language | Haskell2010 |
- 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.