class js.html.SpeechSynthesis
Available on all platforms
var paused:Bool
var pending:Bool
var speaking:Bool
function cancel():Void
function getVoices():Array<SpeechSynthesisVoice>
function pause():Void
function resume():Void
function speak(utterance:SpeechSynthesisUtterance):Void