mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Update spec link for timers.
This commit is contained in:
parent
72ffe3468a
commit
c727cfc4ea
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
Window implements GlobalEventHandlers;
|
||||
Window implements WindowEventHandlers;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#windowtimers
|
||||
// https://html.spec.whatwg.org/multipage/#timers
|
||||
[NoInterfaceObject/*, Exposed=Window,Worker*/]
|
||||
interface WindowTimers {
|
||||
long setTimeout(Function handler, optional long timeout = 0, any... arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue