diff --git a/index.html b/index.html index d5ff65d..87b120a 100644 --- a/index.html +++ b/index.html @@ -225,7 +225,7 @@

requestMIDIAccess()

  • failure: 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, "InvalidStateError" if the underlying systems raise any errors, or otherwise it should be of type "NotSupportedError".

  • + user or their security settings denied the application from creating a MIDIAccess instance with the requested options, "AbortError" if the page is going to be closed for a user navigation, "InvalidStateError" if the underlying systems raise any errors, or otherwise it should be of type "NotSupportedError".

  • Call resolver's reject(value) method with error as value argument.