Skip to content

Commit

Permalink
Add idle-detection.dist.yml (#1098)
Browse files Browse the repository at this point in the history
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
foolip authored Jun 3, 2024
1 parent 8cb4695 commit 9209e81
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
22 changes: 22 additions & 0 deletions features/idle-detection.dist.yml
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
15 changes: 0 additions & 15 deletions features/idle-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,3 @@ 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: "94"
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

0 comments on commit 9209e81

Please sign in to comment.