[Webkit-unassigned] [Bug 119292] window.clearInterval() clears actions registered with window.setTimeout() (and vice versa)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 14:54:56 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=119292

--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org> ---
window.clearInterval(true) isn't a thing. That's equivalent to window.clearInterval(1).
setTimeout and setInterval shares the same ID space, their IDs never overlap.
Since it's unusual for clearInterval to be called on an ID that's not corresponding setInterval call, I don't think this will be a high impact bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221219/1b89adbe/attachment-0001.htm>


More information about the webkit-unassigned mailing list