abort method
void
abort()
The abort()
method of the
Web Speech API
stops the speech
recognition service from listening to incoming audio, and doesn't attempt
to return a
SpeechRecognitionResult.
Implementation
external void abort();