Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The start()
method of the IdleDetector
interface returns a Promise
that resolves when the detector starts listening for changes in the user's idle state. This method takes an optional options
object with the threshold
in milliseconds where inactivity should be reported and signal
for an AbortSignal
to abort the idle detector.