1.1.0 • Published 4 years ago

@nexapp/debounce-await v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Installation

$ npm install @nexapp/debounce-await --save

or

$ yarn add @nexapp/debounce-await

Usage

Like debounce, but instead of using a delay, it's based on promises' resolve status.

Eg: If you execute a promise twice, but the first promise has not resolved, it won't trigger the second one.

For code examples, please refer to the tests.

1.1.0

4 years ago

1.0.2-3

4 years ago

1.0.2-2

4 years ago

1.0.2-4

4 years ago

1.0.2-1

4 years ago

1.0.2-0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago