权限策略:空闲检测
HTTP Permissions-Policy
头部 idle-detection
指令控制当前文档是否允许使用 空闲检测 API 检测用户何时与设备进行交互,例如,在聊天应用程序中报告“可用”/“离开”状态。
具体来说,如果定义的策略阻止使用此功能,IdleDetector.start()
调用将返回一个 Promise
,该承诺将以类型为 NotAllowedError
的 DOMException
拒绝。
语法
http
Permissions-Policy: idle-detection=<allowlist>;
<allowlist>
-
允许使用该功能的来源列表。有关更多详细信息,请参阅
Permissions-Policy
> 语法。
默认策略
idle-detection
的默认允许列表为 self
。
规范
规范 |
---|
空闲检测 API # api-permissions-policy |
浏览器兼容性
BCD 表仅在浏览器中加载