Skip to content

Commit

Permalink
removing onstatechange from midiport (#15428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumyra committed Mar 19, 2022
1 parent 2c55f3b commit 3f4c79d
Showing 1 changed file with 1 addition and 62 deletions.
63 changes: 1 addition & 62 deletions api/MIDIPort.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,68 +371,6 @@
}
}
},
"onstatechange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIPort/onstatechange",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiport-onstatechange",
"support": {
"chrome": {
"version_added": "43"
},
"chrome_android": {
"version_added": "43"
},
"edge": {
"version_added": "79"
},
"firefox": [
{
"version_added": "99"
},
{
"version_added": "97",
"version_removed": "99",
"flags": [
{
"type": "preference",
"name": "dom.webmidi.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "30"
},
"opera_android": {
"version_added": "30"
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": "4.0"
},
"webview_android": {
"version_added": "43"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"open": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIPort/open",
Expand Down Expand Up @@ -560,6 +498,7 @@
"statechange_event": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIPort/statechange_event",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiport-onstatechange",
"description": "<code>statechange</code> event",
"support": {
"chrome": {
Expand Down

0 comments on commit 3f4c79d

Please sign in to comment.