-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Is your feature request related to a problem? Please describe.
The speak icon doesn't have the ability to pause the speech, and if accidentally clicked on a long message, the user has to close the browser tab to fully terminate the speech.
Describe the solution you'd like
A clear and concise description of what you want to happen.
From the MDN docs, we could use .speaking and .pause() methods to
- Show the pause icon when
window.speechSynthesis.speakingis true - call the
window.speechSynthesis.pause()function instead of.speak(message)in this function.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers