File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,12 +4,20 @@ enum PermissionName {
4
4
// Please add a feature only when it's supported by multiple engines.
5
5
// Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
6
6
camera
7
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
7
8
geolocation
9
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
8
10
microphone
11
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
9
12
midi
13
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
10
14
notifications
15
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
11
16
persistent-storage
17
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
12
18
push
19
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
13
20
screen-wake-lock
21
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API#browser_compatibility
14
22
storage-access
15
23
}
You can’t perform that action at this time.
0 commit comments