What is Throttle in Aurelia?

devquora
devquora

Posted On: Feb 22, 2018

 

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.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Aurelia Interview Questions

    Explain Aurelia ?

    Aurelia is a JavaScript based client framework for web, mobile and desktop that leverages simple conventions to empower ..

    Aurelia Interview Questions

    Enlist Major features of Aurelia?

    The major features of Aurelia are: Aurelia is composed of HTML view and JavaScript view-model pairs. Aurelia focused on web standards without unnecessary abstractions. Aurelia is extensible. Aurel...

    Aurelia Interview Questions

    List important methods component life cycle of Aurelia?

    Some of the important methods component life cycles of Aurelia are:constructor()- The constructor method is used for initializing an object created with a class. attached() - Attached method is i...