Giving browser plugin permissions for Web MIDI API

brianhv

New Member
Is there a way to grant the browser plugin permissions for the Web MIDI API? Currently when I call requestMIDIAccess() I get an error that reads "SecurityError: An attempt was made to break through the security policy of the user agent."

Other forum posts suggested --use-fake-ui-for-media-stream on the command line for mic access, but it doesn't appear to have any effect on MIDI access. I've also gone into Interact mode, but that doesn't seem to lead anywhere either.
 
Top