citp / news-disinformation-study

A research project on how web users consume, are exposed to, and share news online.
8 stars 2 forks source link

Add a module for idle state listeners with varying detection intervals #52

Closed jonathanmayer closed 4 years ago

jonathanmayer commented 4 years ago

The WebExtensions idle API only supports one idle state detection interval per extension. We currently need support for at least two different detection intervals (for Navigation studies and for scheduling periodic events in the work-in-progress Scheduling module #51), and it's foreseeable that we'll want support for additional detection intervals.