Skip to main content

Throttle

Callable

  • Throttle(delay: number): MethodDecorator

  • A method decorator that throttles the execution of a class method to only fire once within every delay timeframe (in milliseconds).