Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider redesigning the Web Speech API with Promises & ReadableStreams #130

Open
evanbliu opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@evanbliu
Copy link
Collaborator

evanbliu commented Jan 9, 2025

The Web Speech API's reliance on events and callbacks hinders its usability in modern web development. Adopting Promises would streamline asynchronous operations like speech recognition and synthesis, improving code readability and error handling. Modernizing the API with Promises and ReadableStreams aligns it with current web standards, promotes cleaner code, and unlocks new potential for web-based speech applications.

While the existing Web Speech API functionality will remain to maintain backwards compatibility, we should consider if the pros/cons warrant the development of a new, modernized version of the Web Speech API.

https://www.w3.org/TR/design-principles/#promises
https://www.w3.org/2001/tag/doc/promises-guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant