setidle
setidle copied to clipboard
Monitors your JS application for when the user is idle and triggers events.
I need to add some more tests to actually exercise the code.
The DOMEventEmitter constructor has grown to become quite sophisticated, and documentation around using it should be created. The extensible observer concept for supporting synthetic DOM events needs additional explanation.
Either this class constructor needs to become its own project and then be referenced as a dependency, or an existing library which can do the same thing needs to be...