rethinkdb / horizon-docs

Other
24 stars 36 forks source link

Added .take to Observable methods #80

Closed deontologician closed 8 years ago

deontologician commented 8 years ago

This came in in the most recent version http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html#instance-method-take

danielmewes commented 8 years ago

Where in the docs would this go? Do we even have a list of Observable methods at the moment?

deontologician commented 8 years ago

We do, but I forget where. @chipotle added a section recently

chipotle commented 8 years ago

As in this afternoon. It isn't deployed yet, but it'll be up tomorrow (and we can add in this ticket).

chipotle commented 8 years ago

take has been added to the open CR for #73. (This issue should close when that one does.)