How to disable Web MIDI permission warning?

When I try the Web MIDI in Chrome browser, I get the following warning from the developer console:


[Deprecation] Web MIDI will ask a permission to use even if the sysex is not specified in the MIDIOptions since around M82, around May 2020. See https://www.chromestatus.com/feature/5138066234671104 for more details.


Is it possible to disable this warning?

Best Answer

  • edited August 2020 Accepted Answer

    Chrome is throwing that warning. I don't believe it can be programmatically removed. Obviously, you can always filter the messages by log level but I don't think this is what you are looking for.

    Since this is a deprecation notice, it will probably disappear by itself in a future version.

Answers