Quote:
Originally Posted by Robin
Something like this would be greatly appriciated for both Clientside and Serverside:
PHP Code:
function onCreated() { this.addEventListener("Timeout",function() { sendtonc("2"); }); setTimer(1); } function onTimeout() { sendtonc("1"); }
// Would recieve: // 1 // 2 // Simultaneously
|
So do you have a good reason why we need to add
another way to do catchevent()? Cause it seems like my consistency argument is going right over your head.
The ECMAScript thing isn't a good enough reason to
redo how we catch events either.