demo · v135
setInterval(fn, 0)
Historically setInterval clamped any delay below 1ms to 1ms. Chrome 135 removes the clamp — try setInterval(fn, 0) and measure how fast it actually fires.
probe browser
actual mean
— msactual min
— msactual max
— msclamp evident?
—see also
- setInterval clamp removed — feature index
- ChromeStatus entry