Skip to content

Commit 9209e81

Browse files
authored
Add idle-detection.dist.yml (#1098)
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.
1 parent 8cb4695 commit 9209e81

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

features/idle-detection.dist.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Generated from: idle-detection.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: Idle detection
5+
description: The `IdleDetector` API is used to notify a webpage of the user's idle, active, and locked state.
6+
spec: https://wicg.github.io/idle-detection/
7+
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2834
8+
status:
9+
baseline: false
10+
support:
11+
chrome: "94"
12+
chrome_android: "94"
13+
edge: "114"
14+
compat_features:
15+
- api.IdleDetector
16+
- api.IdleDetector.IdleDetector
17+
- api.IdleDetector.change_event
18+
- api.IdleDetector.requestPermission_static
19+
- api.IdleDetector.screenState
20+
- api.IdleDetector.start
21+
- api.IdleDetector.userState
22+
- http.headers.Permissions-Policy.idle-detection

features/idle-detection.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,3 @@ name: Idle detection
22
description: The `IdleDetector` API is used to notify a webpage of the user's idle, active, and locked state.
33
spec: https://wicg.github.io/idle-detection/
44
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2834
5-
status:
6-
baseline: false
7-
support:
8-
chrome: "94"
9-
chrome_android: "94"
10-
edge: "94"
11-
compat_features:
12-
- api.IdleDetector
13-
- api.IdleDetector.IdleDetector
14-
- api.IdleDetector.change_event
15-
- api.IdleDetector.requestPermission_static
16-
- api.IdleDetector.screenState
17-
- api.IdleDetector.start
18-
- api.IdleDetector.userState
19-
- http.headers.Permissions-Policy.idle-detection

0 commit comments

Comments
 (0)