Skip to content

0.6.1: Add debounce

Compare
Choose a tag to compare
@briancavalier briancavalier released this 08 Aug 16:58
· 713 commits to master since this release
  • Add stream debouncing via most.debounce, most.debounceOn, and stream.debounce
 * stream:    abcd----abcd----
 * debounced: -----d-------d--