Debounce
Clean, typescript, error handling
Requested feedback
I thought about returning Promise from debounce, but then it becomes tricky to handle multiple invocations of the debounced function. Also, there are some complications with "this" context, I skipped this entirely.
Comments
You must be signed in to post a comment