[ 源代码: node-timers-browserify ]
软件包:node-timers-browserify(2.0.11+dfsg-2)
node-timers-browserify 的相关链接
Debian 的资源:
下载源码包 node-timers-browserify:
- [node-timers-browserify_2.0.11+dfsg-2.dsc]
- [node-timers-browserify_2.0.11+dfsg.orig.tar.xz]
- [node-timers-browserify_2.0.11+dfsg-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
timers module for browserify
This library adds support for the `timers` module to browserify. Browsers support the public methods of the `timers` module already.
But the `timers` module also includes some private methods used in other built-in Node.js modules. These are used to efficiently support a large quantity of timers with the same timeouts by creating only a few timers under the covers.
Node.js is an event-based server-side JavaScript engine.
其他与 node-timers-browserify 有关的软件包
|
|
|
|
-
- dep: node-setimmediate
- shim for the setImmediate efficient script yielding API