File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,10 @@ <h2>
273
273
If the user declines or the call is denied for any other reason,
274
274
the Promise is rejected with a {{DOMException}} parameter.
275
275
</ p >
276
+ < p >
277
+ Multiple calls to {{requestMIDIAccess()}} are allowed
278
+ even if not all vended Promises have settled.
279
+ </ p >
276
280
< p data-link-for ="Navigator ">
277
281
When the {{requestMIDIAccess()}} method is called, the user agent
278
282
MUST run the following steps:
@@ -698,6 +702,10 @@ <h2 id="MIDIPort">
698
702
"MIDIPortDeviceState.connected "> "connected"</ a > or all references
699
703
to it are dropped.
700
704
</ p >
705
+ < p >
706
+ Multiple calls to < code > open()</ code > are allowed even
707
+ if not all vended Promises have settled.
708
+ </ p >
701
709
< p >
702
710
When this method is called, the user agent MUST run the
703
711
< dfn data-lt ="open the port "> algorithm to open a MIDIPort</ dfn > :
@@ -836,6 +844,10 @@ <h2 id="MIDIPort">
836
844
Promise is resolved. If the port is disconnected, the Promise is
837
845
rejected.
838
846
</ p >
847
+ < p >
848
+ Multiple calls to < code > close()</ code > are allowed even
849
+ if not all vended Promises have settled.
850
+ </ p >
839
851
< p >
840
852
When the < code > close()</ code > method is called, the user agent
841
853
MUST run the following steps:
You can’t perform that action at this time.
0 commit comments