Skip to content

Commit

Permalink
FF110 Support permission API midi permission (#18724)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jan 24, 2023
1 parent 1f0d0a5 commit 7660d5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/Permissions.json
Expand Up @@ -461,14 +461,15 @@
"permission_midi": {
"__compat": {
"description": "<code>midi</code> permission",
"spec_url": "https://webaudio.github.io/web-midi-api/#permissions-integration",
"support": {
"chrome": {
"version_added": "43"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "110"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -487,7 +488,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 7660d5d

Please sign in to comment.