Skip to content

Commit

Permalink
Fix Chromium versions for MIDIAccess.sysexEnabled (#16175)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored May 9, 2022
1 parent 91550f0 commit a6d162e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/MIDIAccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiaccess-sysexenabled",
"support": {
"chrome": {
"version_added": "45"
"version_added": "43"
},
"chrome_android": {
"version_added": "45"
"version_added": "43"
},
"edge": {
"version_added": "79"
Expand All @@ -280,10 +280,10 @@
"version_added": false
},
"opera": {
"version_added": "32"
"version_added": "30"
},
"opera_android": {
"version_added": "32"
"version_added": "30"
},
"safari": {
"version_added": false
Expand All @@ -292,10 +292,10 @@
"version_added": false
},
"samsunginternet_android": {
"version_added": "5.0"
"version_added": "4.0"
},
"webview_android": {
"version_added": "45"
"version_added": "43"
}
},
"status": {
Expand Down

0 comments on commit a6d162e

Please sign in to comment.