We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aa77c commit 45b269eCopy full SHA for 45b269e
testing/web-platform/tests/interfaces/permissions.idl
@@ -34,6 +34,29 @@ interface Permissions {
34
Promise<PermissionStatus> query(object permissionDesc);
35
};
36
37
+enum PermissionName {
38
+ "geolocation",
39
+ "notifications",
40
+ "push",
41
+ "midi",
42
+ "camera",
43
+ "microphone",
44
+ "speaker-selection",
45
+ "device-info",
46
+ "background-fetch",
47
+ "background-sync",
48
+ "bluetooth",
49
+ "persistent-storage",
50
+ "ambient-light-sensor",
51
+ "accelerometer",
52
+ "gyroscope",
53
+ "magnetometer",
54
+ "clipboard-read",
55
+ "clipboard-write",
56
+ "display-capture",
57
+ "nfc",
58
+};
59
+
60
dictionary PushPermissionDescriptor : PermissionDescriptor {
61
boolean userVisibleOnly = false;
62
0 commit comments