-
boundaryEvent
→ const EventStreamProvider<SpeechSynthesisEvent>
-
Static factory designed to expose
boundary
events to event
handlers that are not necessarily instances of SpeechSynthesisUtterance. [...]
const EventStreamProvider<SpeechSynthesisEvent>('boundary')
-
endEvent
→ const EventStreamProvider<SpeechSynthesisEvent>
-
Static factory designed to expose
end
events to event
handlers that are not necessarily instances of SpeechSynthesisUtterance. [...]
const EventStreamProvider<SpeechSynthesisEvent>('end')
-
errorEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
error
events to event
handlers that are not necessarily instances of SpeechSynthesisUtterance. [...]
const EventStreamProvider<Event>('error')
-
markEvent
→ const EventStreamProvider<SpeechSynthesisEvent>
-
Static factory designed to expose
mark
events to event
handlers that are not necessarily instances of SpeechSynthesisUtterance. [...]
const EventStreamProvider<SpeechSynthesisEvent>('mark')
-
pauseEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
pause
events to event
handlers that are not necessarily instances of SpeechSynthesisUtterance. [...]
const EventStreamProvider<Event>('pause')
-
resumeEvent
→ const EventStreamProvider<SpeechSynthesisEvent>
-
Static factory designed to expose
resume
events to event
handlers that are not necessarily instances of SpeechSynthesisUtterance. [...]
const EventStreamProvider<SpeechSynthesisEvent>('resume')
-
startEvent
→ const EventStreamProvider<SpeechSynthesisEvent>
-
Static factory designed to expose
start
events to event
handlers that are not necessarily instances of SpeechSynthesisUtterance. [...]
const EventStreamProvider<SpeechSynthesisEvent>('start')