Sunday, August 26, 2012

javascript – What happens if all setTimeout IDs are used?

Calling the setTimeout function will return an integer ID so that clearTimeout can be called with that ID.


What happens if setTimeout gets called more times than there are positive integers in JavaScript? Is there a security issue?






Rating: 5 out of 5 based on 3 ratings



The post javascript – What happens if all setTimeout IDs are used? appeared first on Javascript ASK.






via Javascript ASK http://javascriptask.phpfogapp.com/javascript-what-happens-if-all-settimeout-ids-are-used.html

No comments:

Post a Comment