localStorage stress test - writer

This page increments the value of a localStorage key every n milliseconds, using setInterval, along with a random identifier for this window. This page reports the updated value. (The key is removed when the page unloads.)

Use the input below to change the interval period, and open multiple copies of this page. You should be able to observe any gaps in the values being set vs. reported, via any subsequent storage events.