Google News
logo
Aurelia - Interview Questions
What is Throttle in Aurelia?
Throttle in Aurelia is used for rate limiting. Binding behavior is basically a process where the binding process continues throughout the whole cycle. The Aurelia ships consist of multiple behaviors which are basically used to enable similar scenarios. In this case, the first binding that happens is the throttle binding process. Here it just limits the continuous two way binding of the view model and on the other hand the one-way binding of the view when it is updated.
Advertisement