Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,13 @@ <h3>
reject |promise| with {{TypeError}} and return |promise|.
</li>
<li>Perform the following steps [=in parallel=]:
<div class="note">
Ideally the changes specified in |signals| would be applied
atomically however this is not supported by either the POSIX or
Windows APIs user agents will use to implement these steps.
Therefore the ordering given below is likely to be relied upon by
applications.
</div>
<ol>
<li>If |signals|["{{SerialOutputSignals/dataTerminalReady}}"] is
present, invoke the operating system to either assert (if `true`)
Expand Down