UNPKG

idle-tracker

Version:

Tiny pure Javascript library to track browser inactivity

2 lines 209 B
var ACTIVE_EVENTS = ['change', 'keydown', 'mousedown', 'mousemove', 'mouseup', 'orientationchange', 'resize', 'scroll', 'touchend', 'touchmove', 'touchstart', 'visibilitychange']; export default ACTIVE_EVENTS;