WICG / observable

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

Add more information about userland implementations #23

Closed benlesh closed 1 year ago

benlesh commented 1 year ago
tbondwilkinson commented 1 year ago

I think the relevant bit is whether all existing Observable-likes are adaptable to a native Observable with shim layers, rather than that conform exactly to the native API.

E.g. AbortController/Signal is an implementation detail, as is the specific ctor syntax.

domfarolino commented 1 year ago

Yeah I think that's a better way of looking at it. I'm not sure how to judge that I suppose, maybe @benlesh has more to add on that? (This PR is probably good to go as-is, I just wanna poke a little since I don't know these other implementations well).

benlesh commented 1 year ago

I'll give it some thought, of course.