Skip to content
Open
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
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,17 @@ <h3>
ports which the user has allowed the site to access
as the result of a previous call to {{Serial/requestPort()}}.
</li>
<div class="note">
An implementation is allowed to have a storage mechanism that
remembers ports that have been allowed from previous calls of
{{Serial/requestPort()}} from previous times the user has
visited the same site. Implementations should take caution that
a device will not always have the same port name, as this is up
to the operating system, and thus there is a danger that
allowing access to a previously allowed port may grant access
to a different device than the user intended. As such,
implementations should communicate this risk to the user.
</div>
<li>Let |ports| be the sequence of the {{SerialPort}}s
representing the ports in |availablePorts|.
</li>
Expand Down