Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

idle

Find out when the user's system is idle, locked, or active.

To use this API you need to have the "idle"permission.

Types

idle.IdleState

String describing the device's idle state.

Functions

idle.queryState()

Returns"locked" if the system is locked,"idle" if the user has not generated any input for a specified number of seconds, or"active" otherwise.

idle.setDetectionInterval()

Sets the interval used to determine when the system is in an idle state foridle.onStateChanged events.

Events

idle.onStateChanged

Fired when the system changes state.

Browser compatibility

Note:This API is based on Chromium'schrome.idle API. This documentation is derived fromidle.json in the Chromium code.

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp