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 < code > requestMIDIAccess()</ code > are
278
+ allowed 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:
@@ -699,6 +703,10 @@ <h2 id="MIDIPort">
699
703
"MIDIPortDeviceState.connected "> "connected"</ a > or all references
700
704
to it are dropped.
701
705
</ p >
706
+ < p >
707
+ Multiple calls to < code > open()</ code > are allowed even
708
+ if not all vended Promises have settled.
709
+ </ p >
702
710
< p >
703
711
When this method is called, the user agent MUST run the
704
712
< dfn data-lt ="open the port "> algorithm to open a MIDIPort</ dfn > :
@@ -837,6 +845,10 @@ <h2 id="MIDIPort">
837
845
Promise is resolved. If the port is disconnected, the Promise is
838
846
rejected.
839
847
</ p >
848
+ < p >
849
+ Multiple calls to < code > close()</ code > are allowed even
850
+ if not all vended Promises have settled.
851
+ </ p >
840
852
< p >
841
853
When the < code > close()</ code > method is called, the user agent
842
854
MUST run the following steps:
You can’t perform that action at this time.
0 commit comments