Re: [whatwg/dom] Improving ergonomics of events with Observable (#544)

@appsforartists Nitpick, but a `Subject` should not retain its current value. Rather than having a `Memoryless` subject, I think it should be the other way around: having a `Subject` that can retain its latest value, like `BehaviorSubject` in `rxjs`. Adding functionality on top of the common base, instead of removing it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/544#issuecomment-351462137

Received on Wednesday, 13 December 2017 17:25:43 UTC