-
Notifications
You must be signed in to change notification settings - Fork 16
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
Observable API #118
Comments
I am working on a draft prototype of this API in Chromium, but have not yet sent an Intent to Prototype out. Does that count as enough support to begin to move this to WICG? @benlesh should be able to provide industry support for this proposal too. |
There is a lot of interest in this proposal from the community and from other library authors. Anecdotally:
|
This seems like enough support to move into WICG org. Feel free to transfer the repo to me and I will move it. |
The repository has been moved to https://github.com/WICG/observable, so I think we can close this. |
Introduction
Event handling on the web platform is done imperatively, often with nested callbacks and a difficult-to-read flow of events. Observables offer a declarative, ergonomic, and composable way of handling events dispatched from an
EventTarget
.Read the complete Explainer.
Feedback (Choose One)
I welcome feedback in this thread, but encourage you to file bugs against the Explainer.
The text was updated successfully, but these errors were encountered: