diff --git a/index.html b/index.html index c3e5655..8e21e36 100644 --- a/index.html +++ b/index.html @@ -273,6 +273,10 @@
+ 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: