event-loop
event-loop copied to clipboard
Explanation on what vSyncTime() does
Can we please add explanation on what exactly vSyncTime()
does within
needsRendering: function() {
return vSyncTime() && (needsDomRerender() || hasEventLoopEventsToDispatch());
}
Can we please add explanation on what exactly
vSyncTime()
does withinneedsRendering: function() { return vSyncTime() && (needsDomRerender() || hasEventLoopEventsToDispatch()); }