I want a standard API for event throttling and debouncing

Submitted by Šime Vidas

Judges’ Pick

There are numerous events in JavaScript that can get triggered repeatedly, necessitating that developers write additional code to throttle these events. For example:

I want a native way to configure these (and similar) events to fire less frequently without having to write the debouncing and throttling code myself.

Tagged
JavaScript
This was presented at