event-loop icon indicating copy to clipboard operation
event-loop copied to clipboard

Explanation on what vSyncTime() does

Open prashantpalikhe opened this issue 7 years ago • 1 comments

Can we please add explanation on what exactly vSyncTime() does within

needsRendering: function() {
    return vSyncTime() && (needsDomRerender() || hasEventLoopEventsToDispatch());
}

prashantpalikhe avatar Oct 04 '17 19:10 prashantpalikhe

Can we please add explanation on what exactly vSyncTime() does within

needsRendering: function() {
    return vSyncTime() && (needsDomRerender() || hasEventLoopEventsToDispatch());
}

ghost avatar Jul 06 '22 22:07 ghost