Home > hls.js > TaskLoop > tick
TaskLoop.tick() method
Will call the subclass doTick implementation in this main loop tick or in the next one (via setTimeout(,0)) in case it has already been called in this tick (in case this is a re-entrant call).
Signature:
tick(): void;
Returns:
void