Closed domfarolino closed 1 year ago
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.