0.1.16 • Published 2 months ago

@trenskow/buffered-promise v0.1.16

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

2 months ago

0.1.15

2 months ago

0.1.16

2 months ago

0.1.13

2 months ago

0.1.12

4 months ago

0.1.10

7 months ago

0.1.11

7 months ago

0.1.8

9 months ago

0.1.7

10 months ago

0.1.9

8 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

4 years ago

0.1.0

4 years ago