Update spec link for timers.

This commit is contained in:
Josh Matthews 2016-05-25 14:19:05 -04:00
parent 72ffe3468a
commit c727cfc4ea

View file

@ -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);