Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 3.04 KB

File metadata and controls

66 lines (52 loc) · 3.04 KB
title slug
idle
Mozilla/Add-ons/WebExtensions/API/idle

{{AddonSidebar}}

ユーザーのシステムがアイドル状態、ロックされた状態、アクティブな状態であるのを発見します。

この API を使うには "idle" パーミッションが必要です。

  • {{WebExtAPIRef("idle.IdleState")}}
    • : 端末のアイドル状態を記す文字列

関数

  • {{WebExtAPIRef("idle.queryState()")}}
    • : システムがロックされたら "locked" を、ユーザーが指定した時間の間に何も入力しない場合は "idle" を、その他では "active" を返す。
  • {{WebExtAPIRef("idle.setDetectionInterval()")}}
    • : {{WebExtAPIRef("idle.onStateChanged")}} イベントでシステムがアイドル状態であると決定する間隔をセットします。

イベント

  • {{WebExtAPIRef("idle.onStateChanged")}}
    • : システム状態が変化したら発火します。

ブラウザーの互換性

{{Compat}}

{{WebExtExamples("h2")}}

Note

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.