Skip to content

Commit 6b0527e

Browse files
authored
FF97 navigator.requestMIDIAccess() supported behind flag (#15152)
1 parent 70a786f commit 6b0527e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

api/Navigator.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -4806,6 +4806,8 @@
48064806
},
48074807
"requestMIDIAccess": {
48084808
"__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",
48094811
"support": {
48104812
"chrome": {
48114813
"version_added": "43"
@@ -4817,7 +4819,14 @@
48174819
"version_added": "79"
48184820
},
48194821
"firefox": {
4820-
"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+
]
48214830
},
48224831
"firefox_android": {
48234832
"version_added": false

0 commit comments

Comments
 (0)