0.2.10 • Published 5 days ago

@trenskow/buffered-promise v0.2.10

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
5 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.10

5 days ago

0.2.9

5 days ago

0.2.7

1 month ago

0.2.8

1 month ago

0.2.6

1 month ago

0.2.5

1 month ago

0.2.1

3 months ago

0.2.0

3 months ago

0.2.3

3 months ago

0.2.2

3 months ago

0.2.4

3 months ago

0.1.22

3 months ago

0.1.21

4 months ago

0.1.20

5 months ago

0.1.18

5 months ago

0.1.19

5 months ago

0.1.17

5 months ago

0.1.14

10 months ago

0.1.15

10 months ago

0.1.16

10 months ago

0.1.13

11 months ago

0.1.12

1 year 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

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