Commit Graph

2 Commits

Author SHA1 Message Date
Vasil Trifonov
b76893801d Merge branch 'master' 2020-01-17 15:12:28 +02:00
Panayot Cankov
2166d1e415 feat(observable): Implement observable .once (#5309)
Node has a handy one-liner method on its EventEmitter called "once".
It is similar to "on", but fires a single time and automatically unsubscribes.
2018-01-25 11:38:27 +02:00