Baseline Widely available
The elapsedTime
read-only property of the SpeechSynthesisEvent
returns the elapsed time in seconds, after the SpeechSynthesisUtterance.text
started being spoken, at which the event was triggered.
A float containing the elapsed time, in seconds.
Note: Early versions of the specification required the elapsed time in milliseconds. Check the compatibility table below for your browser.
ExamplesutterThis.onboundary = (event) => {
console.log(
`${event.name} boundary reached after ${event.elapsedTime} seconds.`,
);
};
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3