Skip to content

Commit

Permalink
chore: update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Nov 6, 2023
1 parent de1e137 commit b38a24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7395,10 +7395,10 @@ 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 a unique across the <code>internalId</code> fields of
the values of |serialization internal map| integer.
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
1. Set the <code>internalId</code> field of
|previously serialized remote value| to |internal id|.

1. Set the <code>internalId</code> field of |remote value| to a field
Expand Down

0 comments on commit b38a24c

Please sign in to comment.