Skip to content

Commit 2819248

Browse files
authored
Remove compute-pressure permission (#27794)
Remove api.Permissions.permission_compute-pressure from BCD This PR removes the `permission_compute-pressure` member of the `Permissions` API from BCD. The feature is not supported in any browsers, which has been confirmed by the mdn-bcd-collector. Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/Permissions/permission_compute-pressure Additional Notes: Source Code: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/permissions/permission_descriptor.idl;drc=a9d4580fce10260f5c0d3e3b6a0f286f6d282d5c
1 parent 1c0016a commit 2819248

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

api/Permissions.json

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -327,43 +327,6 @@
327327
}
328328
}
329329
},
330-
"permission_compute-pressure": {
331-
"__compat": {
332-
"description": "`compute-pressure` permission",
333-
"spec_url": "https://w3c.github.io/compute-pressure/#policy-control",
334-
"tags": [
335-
"web-features:compute-pressure"
336-
],
337-
"support": {
338-
"chrome": {
339-
"version_added": "125"
340-
},
341-
"chrome_android": {
342-
"version_added": false
343-
},
344-
"edge": "mirror",
345-
"firefox": {
346-
"version_added": false
347-
},
348-
"firefox_android": "mirror",
349-
"oculus": "mirror",
350-
"opera": "mirror",
351-
"opera_android": "mirror",
352-
"safari": {
353-
"version_added": false
354-
},
355-
"safari_ios": "mirror",
356-
"samsunginternet_android": "mirror",
357-
"webview_android": "mirror",
358-
"webview_ios": "mirror"
359-
},
360-
"status": {
361-
"experimental": true,
362-
"standard_track": true,
363-
"deprecated": false
364-
}
365-
}
366-
},
367330
"permission_geolocation": {
368331
"__compat": {
369332
"description": "`geolocation` permission",

0 commit comments

Comments
 (0)