Articles tagged: API
Found 5012 documents
- Web/API/ShadowRoot/innerHTML The innerHTML property of the ShadowRoot interface sets or returns the DOM tree inside the ...
- Web/API/ShadowRoot/mode The mode read-only property of the ShadowRoot returns the mode (either " open " or " closed ") ...
- Web/API/SharedWorker The SharedWorker interface represents a specific kind of worker that can be accessed from ...
- Web/API/SharedWorker/port The port property of the SharedWorker interface returns a MessagePort object used to communicate ...
- Web/API/SharedWorker/SharedWorker The SharedWorker() constructor creates a SharedWorker object that executes the script at the ...
- Web/API/SharedWorkerGlobalScope The SharedWorkerGlobalScope object (the SharedWorker global scope) is accessible through the ...
- Web/API/SharedWorkerGlobalScope/applicationCache The applicationCache read-only property of the SharedWorkerGlobalScope interface returns the ...
- Web/API/SharedWorkerGlobalScope/close The close() method of the SharedWorkerGlobalScope interface discards any tasks queued in the ...
- Web/API/SharedWorkerGlobalScope/name The name read-only property of the SharedWorkerGlobalScope interface returns the name that the ...
- Web/API/SharedWorkerGlobalScope/onconnect The onconnect property of the SharedWorkerGlobalScope interface is an EventHandler representing ...
- Web/API/SourceBuffer The SourceBuffer interface represents a chunk of media to be passed into an HTMLMediaElement and ...
- Web/API/SourceBuffer/abort The abort() method of the SourceBuffer interface aborts the current segment and resets the ...
- Web/API/SourceBuffer/appendBuffer The appendBuffer() method of the SourceBuffer interface appends media segment data from an ...
- Web/API/SourceBuffer/appendStream The appendStream() method of the SourceBuffer interface appends media segment data from a ...
- Web/API/SourceBuffer/appendWindowEnd The appendWindowEnd property of the SourceBuffer interface controls the timestamp for the end of ...
- Web/API/SourceBuffer/appendWindowStart The appendWindowStart property of the SourceBuffer interface controls the timestamp for the ...
- Web/API/SourceBuffer/audioTracks The audioTracks read-only property of the SourceBuffer interface returns a list of the audio ...
- Web/API/SourceBuffer/buffered The buffered read-only property of the SourceBuffer interface returns the time ranges that are ...
- Web/API/SourceBuffer/mode The mode property of the SourceBuffer interface controls whether media segments can be appended ...
- Web/API/SourceBuffer/remove The remove() method of the SourceBuffer interface removes media segments within a specific time ...
- Web/API/SourceBuffer/textTracks The textTracks read-only property of the SourceBuffer interface returns a list of the text ...
- Web/API/SourceBuffer/timestampOffset The timestampOffset property of the SourceBuffer interface controls the offset applied to ...
- Web/API/SourceBuffer/trackDefaults The trackDefaults property of the SourceBuffer interface specifies the default values to use if ...
- Web/API/SourceBuffer/updating The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer ...
- Web/API/SourceBuffer/videoTracks The videoTracks read-only property of the SourceBuffer interface returns a list of the video ...
- Web/API/SourceBufferList The SourceBufferList interface represents a simple container list for multiple SourceBuffer objects.
- Web/API/SourceBufferList/length The length read-only property of the SourceBufferList interface returns the number of ...
- Web/API/SourceBufferList/SourceBuffer The SourceBuffer() getter method of the SourceBufferList interface allows the SourceBuffer ...
- Web/API/SpeechGrammar The SpeechGrammar interface of the Web Speech API represents a set of words or patterns of words ...
- Web/API/SpeechGrammar/SpeechGrammar The SpeechGrammar constructor of the SpeechGrammar interface creates a new SpeechGrammar object ...
- Web/API/SpeechGrammar/src The src property of the SpeechGrammar interface sets and returns a string containing the grammar ...
- Web/API/SpeechGrammar/weight The optional weight property of the SpeechGrammar interface sets and returns the weight of the ...
- Web/API/SpeechGrammarList The SpeechGrammarList interface of the Web Speech API represents a list of SpeechGrammar objects ...
- Web/API/SpeechGrammarList/addFromString The addFromString() method of the SpeechGrammarList interface takes a grammar present in a ...
- Web/API/SpeechGrammarList/addFromURI The addFromURI() method of the SpeechGrammarList interface takes a grammar present at a specific ...
- Web/API/SpeechGrammarList/item The item getter of the SpeechGrammarList interface is a standard getter — it allows individual ...
- Web/API/SpeechGrammarList/length The length read-only property of the SpeechGrammarList interface returns the number of ...
- Web/API/SpeechGrammarList/SpeechGrammarList The SpeechGrammarList() constructor creates a new SpeechGrammarList object instance.
- Web/API/SpeechRecognition The SpeechRecognition interface of the Web Speech API is the controller interface for the ...
- Web/API/SpeechRecognition/abort The abort() method of the Web Speech API stops the speech recognition service from listening to ...
- Web/API/SpeechRecognition/continuous The continuous property of the SpeechRecognition interface controls whether continuous results ...
- Web/API/SpeechRecognition/grammars The grammars property of the SpeechRecognition interface returns and sets a collection of ...
- Web/API/SpeechRecognition/interimResults The interimResults property of the SpeechRecognition interface controls whether interim results ...
- Web/API/SpeechRecognition/lang The lang property of the SpeechRecognition interface returns and sets the language of the ...
- Web/API/SpeechRecognition/maxAlternatives The maxAlternatives property of the SpeechRecognition interface sets the maximum number of ...
- Web/API/SpeechRecognition/onaudioend The onaudioend property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onaudiostart The onaudiostart property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onend The onend property of the SpeechRecognition interface represents an event handler that will run ...
- Web/API/SpeechRecognition/onerror The onerror property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onnomatch The onnomatch property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onresult The onresult property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onsoundend The onsoundend property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onsoundstart The onsoundstart property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onspeechend The onspeechend property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onspeechstart The onspeechstart property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onstart The onstart property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/serviceURI The serviceURI property of the SpeechRecognition interface specifies the location of the speech ...
- Web/API/SpeechRecognition/SpeechRecognition The SpeechRecognition() constructor creates a new SpeechRecognition object instance.
- Web/API/SpeechRecognition/start The start() method of the Web Speech API starts the speech recognition service listening to ...
- Web/API/SpeechRecognition/stop The stop() method of the Web Speech API stops the speech recognition service from listening to ...
- Web/API/SpeechRecognitionAlternative The SpeechRecognitionAlternative interface of the Web Speech API represents a single word that ...
- Web/API/SpeechRecognitionAlternative/confidence The confidence read-only property of the SpeechRecognitionResult interface returns a numeric ...
- Web/API/SpeechRecognitionAlternative/transcript The transcript read-only property of the SpeechRecognitionResult interface returns a string ...
- Web/API/SpeechRecognitionError The SpeechRecognitionError interface of the Web Speech API represents error messages from the ...
- Web/API/SpeechRecognitionError/error The error read-only property of the SpeechRecognitionError interface returns the type of error ...
- Web/API/SpeechRecognitionError/message The message read-only property of the SpeechRecognitionError interface returns a message ...
- Web/API/SpeechRecognitionEvent The SpeechRecognitionEvent interface of the Web Speech API represents the event object for the ...
- Web/API/SpeechRecognitionEvent/emma The emma read-only property of the SpeechRecognitionEvent interface returns an E xtensible ...
- Web/API/SpeechRecognitionEvent/interpretation The interpretation read-only property of the SpeechRecognitionEvent interface returns the ...
- Web/API/SpeechRecognitionEvent/resultIndex The resultIndex read-only property of the SpeechRecognitionEvent interface returns the lowest ...
- Web/API/SpeechRecognitionEvent/results The results read-only property of the SpeechRecognitionEvent interface returns a ...
- Web/API/SpeechRecognitionResult The SpeechRecognitionResult interface of the Web Speech API represents a single recognition ...
- Web/API/SpeechRecognitionResult/isFinal The isFinal read-only property of the SpeechRecognitionResult interface is a Boolean that states ...
- Web/API/SpeechRecognitionResult/item The item getter of the SpeechRecognitionResult interface is a standard getter that allows ...
- Web/API/SpeechRecognitionResult/length The length read-only property of the SpeechRecognitionResult interface returns the length of the ...
- Web/API/SpeechRecognitionResultList The SpeechRecognitionResultList interface of the Web Speech API represents a list of ...
- Web/API/SpeechRecognitionResultList/item The item getter of the SpeechRecognitionResultList interface is a standard getter — it allows ...
- Web/API/SpeechRecognitionResultList/length The length read-only property of the SpeechRecognitionResultList interface returns the length of ...
- Web/API/SpeechSynthesis The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech ...
- Web/API/SpeechSynthesis/cancel The cancel() method of the SpeechSynthesis interface removes all utterances from the utterance ...
- Web/API/SpeechSynthesis/getVoices The getVoices() method of the SpeechSynthesis interface returns a list of SpeechSynthesisVoice ...
- Web/API/SpeechSynthesis/onvoiceschanged The onvoiceschanged property of the SpeechSynthesis interface represents an event handler that ...
- Web/API/SpeechSynthesis/pause The pause() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a ...
- Web/API/SpeechSynthesis/paused The paused read-only property of the SpeechSynthesis interface is a Boolean that returns true if ...
- Web/API/SpeechSynthesis/pending The pending read-only property of the SpeechSynthesis interface is a Boolean that returns true ...
- Web/API/SpeechSynthesis/resume The resume() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a ...
- Web/API/SpeechSynthesis/speak The speak() method of the SpeechSynthesis interface adds an utterance to the utterance queue; it ...
- Web/API/SpeechSynthesis/speaking The speaking read-only property of the SpeechSynthesis interface is a Boolean that returns true ...
- Web/API/SpeechSynthesisErrorEvent The SpeechSynthesisErrorEvent interface of the Web Speech API contains information about any ...
- Web/API/SpeechSynthesisErrorEvent/error The error property of the SpeechSynthesisErrorEvent interface returns an error code indicating ...
- Web/API/SpeechSynthesisEvent The SpeechSynthesisEvent interface of the Web Speech API contains information about the current ...
- Web/API/SpeechSynthesisEvent/charIndex The charIndex read-only property of the SpeechSynthesisUtterance interface returns the index ...
- Web/API/SpeechSynthesisEvent/elapsedTime The elapsedTime read-only property of the SpeechSynthesisUtterance interface returns the elapsed ...
- Web/API/SpeechSynthesisEvent/name The name read-only property of the SpeechSynthesisUtterance interface returns the name ...
- Web/API/SpeechSynthesisEvent/utterance The utterance read-only property of the SpeechSynthesisUtterance interface returns the ...
- Web/API/SpeechSynthesisUtterance The SpeechSynthesisUtterance interface of the Web Speech API represents a speech request. It ...
- Web/API/SpeechSynthesisUtterance/lang The lang property of the SpeechSynthesisUtterance interface gets and sets the language of the ...
- Web/API/SpeechSynthesisUtterance/onboundary The onboundary property of the SpeechSynthesisUtterance interface represents an event handler ...
- Web/API/SpeechSynthesisUtterance/onend The onend property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onerror The onerror property of the SpeechSynthesisUtterance interface represents an event handler that ...