Skip to content

Commit 2a98c1b

Browse files
committed
-
1 parent c478579 commit 2a98c1b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
File renamed without changes.
File renamed without changes.

inputfiles/patches/permissions.kdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ enum PermissionName {
44
// 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
78
geolocation
9+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
810
microphone
11+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
912
midi
13+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
1014
notifications
15+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
1116
persistent-storage
17+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
1218
push
19+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
1320
screen-wake-lock
21+
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
1422
storage-access
1523
}

0 commit comments

Comments
 (0)