mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +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 GlobalEventHandlers;
|
||||||
Window implements WindowEventHandlers;
|
Window implements WindowEventHandlers;
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#windowtimers
|
// https://html.spec.whatwg.org/multipage/#timers
|
||||||
[NoInterfaceObject/*, Exposed=Window,Worker*/]
|
[NoInterfaceObject/*, Exposed=Window,Worker*/]
|
||||||
interface WindowTimers {
|
interface WindowTimers {
|
||||||
long setTimeout(Function handler, optional long timeout = 0, any... arguments);
|
long setTimeout(Function handler, optional long timeout = 0, any... arguments);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue