haXe API Documentation
Back |
Indexextern class js.html.SpeechRecognitionError
Available in js
- var code(default,null) : Int
- var message(default,null) : String
- function new(type : String, ?canBubble : Bool, ?cancelable : Bool) : Void
- static inline var ABORTED : Int
- static inline var AUDIO_CAPTURE : Int
- static inline var BAD_GRAMMAR : Int
- static inline var LANGUAGE_NOT_SUPPORTED : Int
- static inline var NETWORK : Int
- static inline var NOT_ALLOWED : Int
- static inline var NO_SPEECH : Int
- static inline var OTHER : Int
- static inline var SERVICE_NOT_ALLOWED : Int
Back |
Index