Quote:
|
Originally Posted by jake13jake
So if you send a function unnamed parameters they're loaded into the params array?
|
They are always loaded into params[]
Quote:
|
Originally Posted by jake13jake
Is it possible to call event handlers when the event hasn't occured?
|
Yes, like a function call.
Quote:
|
Originally Posted by jake13jake
Also, would setTimer(0) immediately call onTimeOut?
|
No, it would unset the timeout.