Skip to content

Commit 24a928a

Browse files
authored
Update permissions.kdl
1 parent c5a858a commit 24a928a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

inputfiles/patches/permissions.kdl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1+
// This is a subset of the permissions defined in the spec:
2+
// https://w3c.github.io/powerful-features-registry/#registry-table-of-powerful-features
3+
// Please add a feature only when it's supported by multiple engines.
14
enum PermissionName {
2-
// This is a subset of the permissions defined in the spec:
3-
// https://w3c.github.io/powerful-features-registry/#registry-table-of-powerful-features
4-
// Please add a feature only when it's supported by multiple engines.
55
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
66
camera
7-
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
7+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API#browser_compatibility
88
geolocation
99
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
1010
microphone
11-
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
11+
// Gecko and Blink: https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API#browser_compatibility
1212
midi
13-
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
13+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API#browser_compatibility
1414
notifications
15-
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
15+
// Gecko and Blink: https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#browser_compatibility
1616
persistent-storage
17-
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
17+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Push_API#browser_compatibility
1818
push
19-
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
19+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API#browser_compatibility
2020
screen-wake-lock
21-
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
21+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API#browser_compatibility
2222
storage-access
2323
}

0 commit comments

Comments
 (0)