This is a "shared" event handler for the provided eventType. The event
listener will only be created once, but every single callback will be called
when the throttled event is triggered. This means that you will need to make
sure to remove the provided callback when it is no longer in use.
This is a "shared" event handler for the provided
eventType
. The event listener will only be created once, but every single callback will be called when the throttled event is triggered. This means that you will need to make sure to remove the provided callback when it is no longer in use.