You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For timestamp UUIDs, namespace UUIDs, and other options read on ...
@@ -174,20 +174,12 @@ Create an RFC version 1 (timestamp) UUID
174
174
|_returns_| UUID `String` if no `buffer` is specified, otherwise returns `buffer`|
175
175
|_throws_|`Error` if more than 10M UUIDs/sec are requested |
176
176
177
-
<!-- prettier-ignore -->
178
-
> [!NOTE]
179
-
> The default [node id](https://datatracker.ietf.org/doc/html/rfc9562#section-5.1) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process.
180
-
181
-
<!-- prettier-ignore -->
182
-
> [!NOTE]
183
-
> `options.random` and `options.rng` are only meaningful on the very first call to `v1()`, where they may be passed to initialize the internal `node` and `clockseq` fields.
Copy file name to clipboardExpand all lines: README_js.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,14 +171,6 @@ Create an RFC version 1 (timestamp) UUID
171
171
|_returns_| UUID `String` if no `buffer` is specified, otherwise returns `buffer`|
172
172
|_throws_|`Error` if more than 10M UUIDs/sec are requested |
173
173
174
-
<!-- prettier-ignore -->
175
-
> [!NOTE]
176
-
> The default [node id](https://datatracker.ietf.org/doc/html/rfc9562#section-5.1) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process.
177
-
178
-
<!-- prettier-ignore -->
179
-
> [!NOTE]
180
-
> `options.random` and `options.rng` are only meaningful on the very first call to `v1()`, where they may be passed to initialize the internal `node` and `clockseq` fields.
0 commit comments