-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes the Edge version to match BCD: mdn/browser-compat-data#20322 https://mdn-bcd-collector.gooborg.com/tests/api/IdleDetector was tested manually on Edge 113 and 114 to confirm again that this is correct.
- Loading branch information
Showing
2 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Generated from: idle-detection.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
name: Idle detection | ||
description: The `IdleDetector` API is used to notify a webpage of the user's idle, active, and locked state. | ||
spec: https://wicg.github.io/idle-detection/ | ||
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2834 | ||
status: | ||
baseline: false | ||
support: | ||
chrome: "94" | ||
chrome_android: "94" | ||
edge: "114" | ||
compat_features: | ||
- api.IdleDetector | ||
- api.IdleDetector.IdleDetector | ||
- api.IdleDetector.change_event | ||
- api.IdleDetector.requestPermission_static | ||
- api.IdleDetector.screenState | ||
- api.IdleDetector.start | ||
- api.IdleDetector.userState | ||
- http.headers.Permissions-Policy.idle-detection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters