On 4/4/06, Web APIs Issue Tracker <[EMAIL PROTECTED]> wrote: > A.2) Define using a TimerListener interface which is meant only for other > languages, while ECMAScript only actually allows strings or functions to be > passed.
I (and others) strongly advise against specifying a timer interface that accepts strings of code as executable input. It can continue to exist as an implemented behavior, but as it essentially uses eval() for its functionality, it should be strongly discouraged, and certainly not officially specified. For more, see: http://xkr.us/js/eval Thanks. -- Brad Fults NeatBox
