Skip to content

Commit

Permalink
Editorial: modernize timers spec
Browse files Browse the repository at this point in the history
In addition to general updates to use modern terminology and improve precision, this:

* Moves the Web IDL conversion note and example to after the algorithm.
* Removes the (exported) "list of active timers" concept since it's not something other specs should be messing with.
* Renames the return value of setTimeout()/setInterval() and the argument to clearTimeout()/clearInterval() from "handle" to "id", since having both "handle" and "handler" was confusing.
  • Loading branch information
domenic authored and dandclark committed Dec 4, 2021
1 parent 7b640cc commit e86b2f0
Showing 1 changed file with 157 additions and 174 deletions.
Loading

0 comments on commit e86b2f0

Please sign in to comment.