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 requestPermission()
static method of the IdleDetector
interface returns a Promise
that resolves with a string when the user has chosen whether to grant the origin access to their idle state. Resolves with "granted"
on acceptance and "denied"
on refusal.