bjoerge / debounce-promise

Create a debounced version of a promise returning function
MIT License
241 stars 27 forks source link

maxWait option #11

Open brollb opened 6 years ago

brollb commented 6 years ago

It would be nice to have a maxWait option like in LoDash's debounce function.