Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h2 id="requestMIDIAccess">requestMIDIAccess()</h2>

<li><p><em><b>failure</b></em>: Let <var>error</var> be a new <code><a>DOMError</a></code>.
This should be of type <code>"SecurityError"</code> if the
user or their security settings denied the application from creating a MIDIAccess instance with the requested options, <code>"InvalidStateError"</code> if the underlying systems raise any errors, or otherwise it should be of type <code>"NotSupportedError"</code>.</p></li>
user or their security settings denied the application from creating a MIDIAccess instance with the requested options, <code>"AbortError"</code> if the page is going to be closed for a user navigation, <code>"InvalidStateError"</code> if the underlying systems raise any errors, or otherwise it should be of type <code>"NotSupportedError"</code>.</p></li>
<li><p>Call <var>resolver</var>'s <code>reject(value)</code> method with <var>error</var> as value argument.</p></li>
</ol>

Expand Down