Find out when the user's system is idle, locked, or active.
To use this API you need to have the "idle" permission .
idle.IdleState
String describing the device's idle state.
idle.queryState()
返回
"locked"
if the system is locked,
"idle"
if the user has not generated any input for a specified number of seconds, or
"active"
否则。
idle.setDetectionInterval()
Sets the interval used to determine when the system is in an idle state for
idle.onStateChanged
事件。
idle.onStateChanged
Fired when the system changes state.
BCD tables only load in the browser
注意:
This API is based on Chromium's
chrome.idle
API. This documentation is derived from
idle.json
in the Chromium code.
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
最后修改: , 由 MDN 贡献者