0.2.4 • Published 27 days ago
@trenskow/buffered-promise v0.2.4
@trenskow/buffered-promise
A simple promise for buffering results. Useful for when you want to add await
or then
/catch
handlers at a later point and want to prevent the uncaughtPromiseRejected
event.
Usage
const BufferedPromise = require('buffered-promise');
const promise = new BufferedPromise(new Promise((resolve, reject) => {
/* Your promise */
}));
License
See LICENSE
0.2.1
28 days ago
0.2.0
28 days ago
0.2.3
28 days ago
0.2.2
28 days ago
0.2.4
27 days ago
0.1.22
1 month ago
0.1.21
2 months ago
0.1.20
3 months ago
0.1.18
3 months ago
0.1.19
3 months ago
0.1.17
3 months ago
0.1.14
8 months ago
0.1.15
8 months ago
0.1.16
8 months ago
0.1.13
9 months ago
0.1.12
10 months ago
0.1.10
1 year ago
0.1.11
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.9
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.2
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.1
4 years ago
0.1.0
4 years ago