diff --git a/index.html b/index.html index c3e5655..8e21e36 100644 --- a/index.html +++ b/index.html @@ -273,6 +273,10 @@

If the user declines or the call is denied for any other reason, the Promise is rejected with a {{DOMException}} parameter.

+

+ Multiple calls to requestMIDIAccess() are + allowed even if not all vended Promises have settled. +

When the {{requestMIDIAccess()}} method is called, the user agent MUST run the following steps: @@ -698,6 +702,10 @@

"MIDIPortDeviceState.connected">"connected" or all references to it are dropped.

+

+ Multiple calls to open() are allowed even + if not all vended Promises have settled. +

When this method is called, the user agent MUST run the algorithm to open a MIDIPort: @@ -836,6 +844,10 @@

Promise is resolved. If the port is disconnected, the Promise is rejected.

+

+ Multiple calls to close() are allowed even + if not all vended Promises have settled. +

When the close() method is called, the user agent MUST run the following steps: