Results 941 - 960 of 1,033

Using the Push API

The W3C Push API offers some exciting new functionality for developers to use in web applications: this article provides an introduction to getting Push notifications setup and running, with a simple demo.
API Experimental Guide JavaScript Push Push API Service Workers web push

SpeechRecognition.continuous

The continuous property of the SpeechRecognition interface controls whether continuous results are returned for each recognition, or only a single result.
API continuous Experimental Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.grammars

The grammars property of the SpeechRecognition interface returns and sets a collection of SpeechGrammar objects that represent the grammars that will be understood by the current SpeechRecognition.
API Experimental grammars Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.lang

The lang property of the SpeechRecognition interface returns and sets the language of the current SpeechRecognition. If not specified, this defaults to the HTML lang attribute value, or the user agent's language setting if that isn't set either.
API Experimental lang Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onaudioend

The onaudioend property of the SpeechRecognition interface represents an event handler that will run when the user agent has finished capturing audio (when the audioend event fires.)
API Experimental onaudioend Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onaudiostart

The onaudiostart property of the SpeechRecognition interface represents an event handler that will run when the user agent has started to capture audio (when the audiostart event fires.)
API Experimental onaudiostart Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onend

The onend property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service has disconnected (when the end event fires.)
API Experimental onend Property recognition Reference speech SpeechRecognition Web Speech API