pending property
bool
get
pending
The pending
read-only property of the
SpeechSynthesis interface is a boolean value that returns
true
if the utterance queue contains as-yet-unspoken utterances.
Implementation
external bool get pending;