Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- speak :: MonadDOM m => SpeechSynthesis -> SpeechSynthesisUtterance -> m ()
- cancel :: MonadDOM m => SpeechSynthesis -> m ()
- pause :: MonadDOM m => SpeechSynthesis -> m ()
- resume :: MonadDOM m => SpeechSynthesis -> m ()
- getVoices :: MonadDOM m => SpeechSynthesis -> m [SpeechSynthesisVoice]
- getVoices_ :: MonadDOM m => SpeechSynthesis -> m ()
- getPending :: MonadDOM m => SpeechSynthesis -> m Bool
- getSpeaking :: MonadDOM m => SpeechSynthesis -> m Bool
- getPaused :: MonadDOM m => SpeechSynthesis -> m Bool
- newtype SpeechSynthesis = SpeechSynthesis {}
- gTypeSpeechSynthesis :: JSM GType
Documentation
speak :: MonadDOM m => SpeechSynthesis -> SpeechSynthesisUtterance -> m () Source #
cancel :: MonadDOM m => SpeechSynthesis -> m () Source #
pause :: MonadDOM m => SpeechSynthesis -> m () Source #
resume :: MonadDOM m => SpeechSynthesis -> m () Source #
getVoices :: MonadDOM m => SpeechSynthesis -> m [SpeechSynthesisVoice] Source #
getVoices_ :: MonadDOM m => SpeechSynthesis -> m () Source #
getPending :: MonadDOM m => SpeechSynthesis -> m Bool Source #
getSpeaking :: MonadDOM m => SpeechSynthesis -> m Bool Source #
newtype SpeechSynthesis Source #
Functions for this inteface are in JSDOM.SpeechSynthesis.
Instances
PToJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types pToJSVal :: SpeechSynthesis -> JSVal # | |
PFromJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> SpeechSynthesis # | |
ToJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types toJSVal :: SpeechSynthesis -> JSM JSVal # toJSValListOf :: [SpeechSynthesis] -> JSM JSVal # | |
FromJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe SpeechSynthesis) # fromJSValUnchecked :: JSVal -> JSM SpeechSynthesis # fromJSValListOf :: JSVal -> JSM (Maybe [SpeechSynthesis]) # fromJSValUncheckedListOf :: JSVal -> JSM [SpeechSynthesis] # | |
MakeObject SpeechSynthesis Source # | |
Defined in JSDOM.Types makeObject :: SpeechSynthesis -> JSM Object # | |
IsGObject SpeechSynthesis Source # | |
Defined in JSDOM.Types typeGType :: SpeechSynthesis -> JSM GType |