You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Polymer dirty checks explicitly via Platform.flush every time (1) a declarative event handler is fired and (2) any time async is called. Dirty checking can take long enough that it's not desireable to run it by default during high frequency events and raf loops. Polymer should throttle dirty checking such that it occurs less often in these cases. This can help address googlearchive/observe-js#68.
The text was updated successfully, but these errors were encountered:
Issue by sorvell
Friday Aug 29, 2014 at 01:39 GMT
Originally opened as https://github.com/Polymer/polymer-dev/issues/89
Currently Polymer dirty checks explicitly via Platform.flush every time (1) a declarative event handler is fired and (2) any time
async
is called. Dirty checking can take long enough that it's not desireable to run it by default during high frequency events and raf loops. Polymer should throttle dirty checking such that it occurs less often in these cases. This can help address googlearchive/observe-js#68.The text was updated successfully, but these errors were encountered: