echoing-dress-67727
09/21/2022, 6:19 PMthrottle
option on hx-trigger
, can that be applied across multiple events? For example, I want to trigger a request whenever a click or a mousemove
, touchstart
, or scroll
action happens, but I want to throttle all of those collectively, so that requests fire no more than every 30ms.