speaking property
bool
get
speaking
The speaking read-only property of the
SpeechSynthesis interface is a boolean value that returns
true if an utterance is currently in the process of being spoken — even
if SpeechSynthesis is in a
SpeechSynthesis.pause state.
Implementation
external bool get speaking;