Debounced Notifier
Type: Class
How to get DebouncedNotifier?
JavaScript
import DebouncedNotifier from 'fontoxml-utils/src/DebouncedNotifier.js'
Creates a Notifier that debounces internally.
Constructor arguments
delay
(Required)
Type: Number
The number of milliseconds after the last call to executeCallbacks after which callbacks are executed.
Default value