diff --git a/source b/source index ac8a64077f8..1848f28ff2b 100644 --- a/source +++ b/source @@ -96875,6 +96875,9 @@ enum DOMParserSupportedType {
If repeat is true, then perform the timer initialization steps again, given global, handler, timeout, arguments, true, and id.
Otherwise, remove global's map of + active timers[id].
Run steps after a timeout given global, "setTimeout/setInterval
", timeout, completionStep, and
- id.
Once the task has been processed, if repeat is false, it is safe to - remove the entry for id from the map of active timers (there is no way - for the entry's existence to be detected past this point, so it does not technically matter one - way or the other).
-Run steps after a timeout given global, "setTimeout/setInterval
", timeout, completionStep, and
+ id.
Return id.
Perform completionSteps.
If timerKey is a non-numeric value, remove + global's map of active timers[timerKey].