From 8f6245ff2813c91a97aa715c31a67df79baebc05 Mon Sep 17 00:00:00 2001
From: Michael Wilson
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 @@
+ 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 @@
+ 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:
From bf1285670e866cd5a6f40cd704cbf084d92b54c6 Mon Sep 17 00:00:00 2001
From: Michael Wilson
the Promise is rejected with a {{DOMException}} parameter.
- Multiple calls to {{requestMIDIAccess()}} are allowed
- even if not all vended Promises have settled.
+ Multiple calls to requestMIDIAccess() are
+ allowed even if not all vended Promises have settled.
When the {{requestMIDIAccess()}} method is called, the user agent