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