decorator-operations
                                
                                
                                
                                    decorator-operations copied to clipboard
                            
                            
                            
                        "max_wait" and "leading" to debounce?
It'd be really nice if debounce supported the two other parameters that Lodash's debounce has:
max_waitwhich ensures that a never-ending sequence of calls to the debounced function will periodically callleadingwhich allows the debounced function to be run on the first invocation (and then behaves as usual)