Returns a Transform where items are only emitted if ms milliseconds pass without new a new emit by the source observable. If a new value is emitted, the “cooldown” is restarted and the old value is discarded.
Transform
ms
Type of items emitted by the observable.
Milliseconds to wait before emitting an item.
Transform that emits some items from the original observable.
Generated using TypeDoc
Returns a
Transform
where items are only emitted ifms
milliseconds pass without new a new emit by the source observable. If a new value is emitted, the “cooldown” is restarted and the old value is discarded.