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
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6530,7 +6530,7 @@ strong [=/map=] from handle ids to their corresponding objects.
script.InternalId = text;
</pre>

The <code>script.InternalId</code> type represents the id of
The <code>script.InternalId</code> type represents the id of
a previously serialized <code>script.RemoteValue</code> during
[=serialize as a remote value|serialization=].

Expand Down Expand Up @@ -7526,7 +7526,7 @@ To <dfn>set internal ids if needed</dfn> given |serialization internal map|,
1. If |previously serialized remote value| does not have a field
<code>internalId</code>, run the following steps:

1. Let |internal id| be the string representation of a [[!RFC4122|UUID]]
1. Let |internal id| be the string representation of a [[!RFC4122|UUID]]
based on truly random, or pseudo-random numbers.

1. Set the <code>internalId</code> field of
Expand Down Expand Up @@ -9243,7 +9243,7 @@ The [=remote end subscribe steps=], with [=subscribe priority=] 10, given

</div>

## The Input Module ## {#module-input}
## The input Module ## {#module-input}

The <dfn export for=modules>input</dfn> module contains functionality for
simulated user input.
Expand Down