[Webkit-unassigned] [Bug 70061] Feature request: a way to schedule callbacks without relying on setTimeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 5 13:13:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70061





--- Comment #1 from Chris Rogers <crogers at google.com>  2011-11-05 13:13:52 PST ---
I would suggest naming it "callbackAtTime" and change the order of the arguments to be similar to setTimeout():

callbackAtTime(callback, time)

So an example would look like:

audioContext.callbackAtTime(myCallback, 5);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list