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

Quick note for @appsforartists. Just want to point a common misunderstanding regarding `takeUntil` as you didn't add it to your code snippet. 

It doesn't only unsubscribe but also *completes* the source Observable. `takeUntil` will trigger the `complete` callback if present. I think is worth mentioning for accuracy.

-- 
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-351624014

Received on Thursday, 14 December 2017 06:50:15 UTC