diff --git a/index.html b/index.html index d9ab733..a1004bd 100644 --- a/index.html +++ b/index.html @@ -257,7 +257,8 @@

requestMIDIAccess()

Let error be a new DOMError. This should be of type "SecurityError" if the user or their security settings denied the application from creating a MIDIAccess - instance with the requested options, or otherwise "NotSupportedError". + instance with the requested options, "InvalidStateError" + if underlying systems raise any error, or otherwise "NotSupportedError".