Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(throttle): now properly trailing throttles for individual values #3505

Merged
merged 1 commit into from
Mar 30, 2018

Commits on Mar 30, 2018

  1. fix(throttle): now properly trailing throttles for individual values

    BREAKING CHANGES: This changes the behavior of throttle, in particular
    throttling with both leading and trailing behaviors set to true, to more
    closely match the throttling behavior of lodash and other libraries.
    Throttling now starts immediately after any emission from the
    observable, and values will not be double emitted for both leading and
    trailing values
    
    closes ReactiveX#2864
    benlesh committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    5fabee8 View commit details
    Browse the repository at this point in the history