You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/PermissionManagement.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ events for some permission kinds.
18
18
The new APIs, `SetPermission` and `GetNonDefaultPermissionSettings`, provide
19
19
all the information necessary to build a permission management page where a
20
20
user can view and modify existing site permissions. The new permission kinds we will
21
-
support are: local font list, automatic downloads, media autoplay, and file editing.
21
+
support are: local font list, automatic downloads, media autoplay, file editing, and system exclusive MIDI message access.
22
22
23
23
See already supported [permission kinds](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2?view=webview2-1.0.1418.22#corewebview2_permission_kind)
24
24
and existing [event args](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2permissionrequestedeventargs?view=webview2-dotnet-1.0.1418.22).
0 commit comments