0.2.10 • Published 1 month ago
@trenskow/buffered-promise v0.2.10
@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.10
1 month ago
0.2.9
1 month ago
0.2.7
2 months ago
0.2.8
2 months ago
0.2.6
3 months ago
0.2.5
3 months ago
0.2.1
4 months ago
0.2.0
4 months ago
0.2.3
4 months ago
0.2.2
4 months ago
0.2.4
4 months ago
0.1.22
4 months ago
0.1.21
5 months ago
0.1.20
6 months ago
0.1.18
6 months ago
0.1.19
6 months ago
0.1.17
7 months ago
0.1.14
11 months ago
0.1.15
11 months ago
0.1.16
11 months ago
0.1.13
12 months ago
0.1.12
1 year ago
0.1.10
1 year ago
0.1.11
1 year ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.9
1 year ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.2
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.1
5 years ago
0.1.0
5 years ago