Skip to content

Commit 45b269e

Browse files
committed
Bug 1693525 [wpt PR 27676] - Update interfaces/permissions.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/permissions.idl (#27676) Source: https://github.com/w3c/webref/blob/4531bf6/ed/idl/permissions.idl Build: https://travis-ci.org/w3c/webref/builds/217493628 -- wpt-commits: 8602e9c9a168c25838bc4b808e3d213ce94ccac1 wpt-pr: 27676 UltraBlame original commit: b8ce669e55c453a9725eaa3fbbf43a932fe8830c
1 parent b0aa77c commit 45b269e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

testing/web-platform/tests/interfaces/permissions.idl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,29 @@ interface Permissions {
3434
Promise<PermissionStatus> query(object permissionDesc);
3535
};
3636

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+
3760
dictionary PushPermissionDescriptor : PermissionDescriptor {
3861
boolean userVisibleOnly = false;
3962
};

0 commit comments

Comments
 (0)