0.2.8 • Published 3 days ago

@trenskow/buffered-promise v0.2.8

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
3 days ago

@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.7

3 days ago

0.2.8

3 days ago

0.2.6

14 days ago

0.2.5

14 days ago

0.2.1

2 months ago

0.2.0

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.2.4

2 months ago

0.1.22

2 months ago

0.1.21

3 months ago

0.1.20

4 months ago

0.1.18

4 months ago

0.1.19

4 months ago

0.1.17

4 months ago

0.1.14

9 months ago

0.1.15

9 months ago

0.1.16

9 months ago

0.1.13

10 months ago

0.1.12

11 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