Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(debounce): Fix debounce to unsubscribe duration Observables
Fix debounce operator to unsubscribe the ongoing duration Observable if the outer subscriber gets a new 'next' value. Also fix the clearDebounce() method which was doing a null check, and is now doing a truthyness check, to catch also undefined cases.
- Loading branch information