Skip to content

Commit f91bd97

Browse files
Bump @mdn/browser-compat-data from 6.0.22 to 6.0.23 (#3056)
* Bump @mdn/browser-compat-data from 6.0.22 to 6.0.23 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 6.0.22 to 6.0.23. - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](mdn/browser-compat-data@v6.0.22...v6.0.23) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 6.0.23 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Refresh dist * Drop Feature-Policy keys from non-deprecated features --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 418f650 commit f91bd97

15 files changed

+89
-13
lines changed

features/calc-constants.yml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ status:
1313
safari: "16"
1414
safari_ios: "16"
1515
compat_features:
16-
# baseline: low
16+
# baseline: high
1717
# baseline_low_date: 2022-12-13
18+
# baseline_high_date: 2025-06-13
1819
# support:
1920
# chrome: "99"
2021
# chrome_android: "99"

features/compute-pressure.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@ name: CPU compute pressure
22
description: The `PressureObserver` API monitors CPU load, allowing you to adjust workloads in response to available computing resources. Also known as the Compute Pressure API.
33
spec: https://w3c.github.io/compute-pressure/
44
group: compute-pressure
5+
compat_features:
6+
- api.Permissions.permission_compute-pressure
7+
- api.PressureObserver
8+
- api.PressureObserver.PressureObserver
9+
- api.PressureObserver.disconnect
10+
- api.PressureObserver.knownSources_static
11+
- api.PressureObserver.observe
12+
- api.PressureObserver.takeRecords
13+
- api.PressureObserver.unobserve
14+
- api.PressureRecord
15+
- api.PressureRecord.source
16+
- api.PressureRecord.state
17+
- api.PressureRecord.time
18+
- api.PressureRecord.toJSON
19+
- html.elements.iframe.allow.compute-pressure
20+
- http.headers.Permissions-Policy.compute-pressure

features/csp.yml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,9 @@ compat_features:
310310
# safari_ios: "16"
311311
- http.headers.Content-Security-Policy.script-src.wasm-unsafe-eval
312312

313-
# baseline: low
313+
# baseline: high
314314
# baseline_low_date: 2022-12-13
315+
# baseline_high_date: 2025-06-13
315316
# support:
316317
# chrome: "75"
317318
# chrome_android: "75"

features/draft/spec/html.yml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,9 @@ compat_features:
577577
# safari_ios: "15.4"
578578
- api.reportError
579579

580-
# baseline: low
580+
# baseline: high
581581
# baseline_low_date: 2022-12-13
582+
# baseline_high_date: 2025-06-13
582583
# support:
583584
# chrome: "90"
584585
# chrome_android: "90"

features/fetchlater.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
name: fetchLater
22
description: "The `fetchLater()` method requests a deferred fetch sent at an unknown time. The browser chooses a reliable time to send the request, ideally when the document is unloaded, and ignores the response. This API is useful for sending beacons to a server without expecting a particular response."
33
spec: https://github.com/whatwg/fetch/pull/1647
4+
compat_features:
5+
- api.FetchLaterResult
6+
- api.FetchLaterResult.activated
7+
- api.Window.fetchLater
8+
- http.headers.Permissions-Policy.deferred-fetch
9+
- http.headers.Permissions-Policy.deferred-fetch-minimal

features/flexbox.yml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,9 @@ compat_features:
336336
# safari_ios: "16"
337337
- css.properties.flex-basis.fit-content
338338

339-
# baseline: low
339+
# baseline: high
340340
# baseline_low_date: 2022-12-13
341+
# baseline_high_date: 2025-06-13
341342
# support:
342343
# chrome: "108"
343344
# chrome_android: "108"

features/idle-detection.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
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/
4+
compat_features:
5+
- api.IdleDetector
6+
- api.IdleDetector.IdleDetector
7+
- api.IdleDetector.change_event
8+
- api.IdleDetector.requestPermission_static
9+
- api.IdleDetector.screenState
10+
- api.IdleDetector.start
11+
- api.IdleDetector.userState
12+
- html.elements.iframe.allow.idle-detection
13+
- http.headers.Permissions-Policy.idle-detection

features/partitioned-cookies.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ compat_features:
1717
# safari_ios: "18.4"
1818
- api.ExtendableCookieChangeEvent.changed.partitioned_property
1919
- api.ExtendableCookieChangeEvent.deleted.partitioned_property
20-
- http.headers.Set-Cookie.Partitioned
2120

2221
# ⬇️ Same status as overall feature ⬇️
2322
# baseline: false
@@ -28,3 +27,4 @@ compat_features:
2827
- api.CookieStore.delete.partitioned_option
2928
- api.CookieStore.get.partitioned_return_property
3029
- api.CookieStore.set.partitioned_option
30+
- http.headers.Set-Cookie.Partitioned

features/screen-wake-lock.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,15 @@ caniuse: wake-lock
88
status:
99
compute_from:
1010
- api.WakeLock.request
11+
compat_features:
12+
- api.Navigator.wakeLock
13+
- api.Permissions.permission_screen-wake-lock
14+
- api.WakeLock
15+
- api.WakeLock.request
16+
- api.WakeLockSentinel
17+
- api.WakeLockSentinel.release
18+
- api.WakeLockSentinel.release_event
19+
- api.WakeLockSentinel.released
20+
- api.WakeLockSentinel.type
21+
- html.elements.iframe.allow.screen-wake-lock
22+
- http.headers.Permissions-Policy.screen-wake-lock

features/serial.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,28 @@ description: The `navigator.serial` API communicates with devices over serial po
33
spec: https://wicg.github.io/serial/
44
status:
55
compute_from: api.Navigator.serial
6+
compat_features:
7+
- api.Navigator.serial
8+
- api.Serial
9+
- api.Serial.getPorts
10+
- api.Serial.requestPort
11+
- api.Serial.requestPort.allowedBluetoothServiceClassIds_option
12+
- api.Serial.requestPort.filters_bluetoothServiceClassId
13+
- api.SerialPort
14+
- api.SerialPort.close
15+
- api.SerialPort.connect_event
16+
- api.SerialPort.connect_event.bluetooth_rfcomm
17+
- api.SerialPort.connected
18+
- api.SerialPort.disconnect_event
19+
- api.SerialPort.disconnect_event.bluetooth_rfcomm
20+
- api.SerialPort.forget
21+
- api.SerialPort.getInfo
22+
- api.SerialPort.getInfo.bluetoothServiceClassId
23+
- api.SerialPort.getSignals
24+
- api.SerialPort.open
25+
- api.SerialPort.readable
26+
- api.SerialPort.setSignals
27+
- api.SerialPort.writable
28+
- api.WorkerNavigator.serial
29+
- html.elements.iframe.allow.serial
30+
- http.headers.Permissions-Policy.serial

0 commit comments

Comments
 (0)