pause method
void
pause()
The pause()
method of the SpeechSynthesis
interface puts the SpeechSynthesis
object into a paused state.
Implementation
external void pause();
The pause()
method of the SpeechSynthesis
interface puts the SpeechSynthesis
object into a paused state.
external void pause();