We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a786f commit 6b0527eCopy full SHA for 6b0527e
api/Navigator.json
@@ -4806,6 +4806,8 @@
4806
},
4807
"requestMIDIAccess": {
4808
"__compat": {
4809
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/requestMIDIAccess",
4810
+ "spec_url": "https://webaudio.github.io/web-midi-api/#dom-navigator-requestmidiaccess",
4811
"support": {
4812
"chrome": {
4813
"version_added": "43"
@@ -4817,7 +4819,14 @@
4817
4819
"version_added": "79"
4818
4820
4821
"firefox": {
- "version_added": false
4822
+ "version_added": "97",
4823
+ "flags": [
4824
+ {
4825
+ "type": "preference",
4826
+ "name": "dom.webmidi.enabled",
4827
+ "value_to_set": "true"
4828
+ }
4829
+ ]
4830
4831
"firefox_android": {
4832
"version_added": false
0 commit comments