supertimer

0.8.0 • Public • Published

super-timer

Version Build status

Install

Install with npm:

npm install supertimer

API - You can make Long-Long interval timer.

    var supr = require('supertimer');
    var timer = supr.setTimeout(function(){ console.log('END.') }, Number.MAX_VALUE);
    // => execute "END" after a long-long time.

also use on browser

<script type="text/javascript" src="supertimer.js"></script>
<script type="text/javascript">
 
    setTimeout(function(){ console.log('END.') }, Number.MAX_VALUE);
    // => execute "END" after a long-long time.
 
</script> 

Dependents (2)

Package Sidebar

Install

npm i supertimer

Weekly Downloads

5

Version

0.8.0

License

none

Last publish

Collaborators

  • ystskm