haXe API Documentation
Back | Index
extern class js.html.SpeechRecognitionEvent
extends Event
Available in js
var result(default,null) : SpeechRecognitionResult
var resultHistory(default,null) : SpeechRecognitionResultList
var resultIndex(default,null) : Int
function new(type : String, ?canBubble : Bool, ?cancelable : Bool) : Void
Back | Index