With the `throttle` option on `hx-trigger`, can th...
# htmx-general
e
With the
throttle
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.