[ ソース: 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