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

URLInput: Use debounce() instead of throttle() #26529

Merged
merged 1 commit into from
Oct 29, 2020

Commits on Oct 28, 2020

  1. URLInput: Use debounce() instead of throttle()

    Wait until the user finishes typing before sending an AJAX request. This
    ensures that there isn't an AJAX request sent every 200 ms while the
    user is typing.
    noisysocks committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    8f5dbd5 View commit details
    Browse the repository at this point in the history