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
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,14 +708,16 @@ <h3>
|promise| with an "{{InvalidStateError}}" {{DOMException}} and return
|promise|.
</li>
<li>If |options|["{{SerialOptions/baudRate}}"] is 0, reject |promise|
with a {{TypeError}} and return |promise|.
<li>If |options|["{{SerialOptions/dataBits}}"] is not 7 or 8, reject
|promise| with {{TypeError}} and return |promise|.
|promise| with a {{TypeError}} and return |promise|.
</li>
<li>If |options|["{{SerialOptions/stopBits}}"] is not 1 or 2, reject
|promise| with {{TypeError}} and return |promise|.
|promise| with a {{TypeError}} and return |promise|.
</li>
<li>If |options|["{{SerialOptions/bufferSize}}"] is 0, reject
|promise| with {{TypeError}} and return |promise|.
|promise| with a {{TypeError}} and return |promise|.
</li>
<li>Optionally, if |options|["{{SerialOptions/bufferSize}}"] is
larger than the implementation is able to support, reject |promise|
Expand Down Expand Up @@ -1416,7 +1418,7 @@ <h3>
|promise|.
</li>
<li>If all of the specified members of |signals| are not present
reject |promise| with {{TypeError}} and return |promise|.
reject |promise| with a {{TypeError}} and return |promise|.
</li>
<li>Perform the following steps [=in parallel=]:
<div class="note">
Expand Down