Bug 1752906 - Enabled Web MIDI by default r=bholley

This turns on Web MIDI by default on Windows, macOS and Linux.
Still off on Android where we don't have support yet.

Differential Revision: https://phabricator.services.mozilla.com/D137486
This commit is contained in:
Gabriele Svelto 2022-01-31 21:25:44 +00:00
parent fddfe25a7d
commit 911a373812

View File

@ -4099,7 +4099,7 @@
# Whether the WebMIDI API is enabled
- name: dom.webmidi.enabled
type: bool
value: false
value: @IS_NOT_ANDROID@
mirror: always
# midi permission is addon-gated