WICG / observable

Observable API proposal
https://wicg.github.io/observable/
Other
543 stars 12 forks source link

Extensibility of observables #135

Open jun-sheaf opened 3 months ago

jun-sheaf commented 3 months ago

Does the proposal have any plans for extending existing operators? In our internal implementation, we modify operators using imports of modules that modify the prototype. We think it'd be better if there was an API like customElements.define (e.g. observables.define) that would allow extending the operator API.