Rx.Observable.prototype.timestamp([scheduler])

Records the timestamp for each value in an observable sequence.

Arguments

  1. [scheduler=Rx.Observable.timeout] (Scheduler): Scheduler used to compute timestamps. If not specified, the timeout scheduler is used.

Returns

(Observable): An observable sequence with timestamp information on values.

Example