[ 原始碼: node-promise-retry ]
套件:node-promise-retry(2.0.1-4)
node-promise-retry 的相關連結
Debian 的資源:
下載原始碼套件 node-promise-retry:
- [node-promise-retry_2.0.1-4.dsc]
- [node-promise-retry_2.0.1.orig.tar.gz]
- [node-promise-retry_2.0.1-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Retries a function that returns a promise
Leverage the power of the retry module to the promises world.
Calls fn until the returned promise ends up fulfilled or rejected with an error different than a retry error.
Node.js is an event-based server-side JavaScript engine.
其他與 node-promise-retry 有關的套件
|
|
|
|
-
- dep: node-err-code (>= 2.0.0)
- Create an error with a code
-
- dep: node-retry (>= 0.10.0)
- Retry strategies for failed operations module for Node.js