Describe the solution
Pushing a stream with .push() is great, but... many others like RxJS and the Observable web standards proposal use .next().
Fine if you wish to keep .push, but would you consider aliasing it to .next(), as well, to help migrating any code that's been created for RxJS first?