1.1.0 • Published 6 years ago

@nexapp/debounce-await v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.2-3

6 years ago

1.0.2-2

6 years ago

1.0.2-4

6 years ago

1.0.2-1

6 years ago

1.0.2-0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago