Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 835bdf0

Browse filesBrowse files
Trottdanielleadams
authored andcommitted
doc: improve crypto.randomUUID() text
* Use present tense. * Remove "persistently" which suggests that the cache persists across Node.js runs. * Remove "pre-emptively". I think "proactively" is what was meant as nothing is being pre-empted here. Regardless of what the adverby should be, it seems unnecessary. PR-URL: #36830 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
1 parent d4bcb36 commit 835bdf0
Copy full SHA for 835bdf0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3167,7 +3167,7 @@ added: REPLACEME
31673167

31683168
* `options` {Object}
31693169
* `disableEntropyCache` {boolean} By default, to improve performance,
3170-
Node.js will pre-emptively generate and persistently cache enough
3170+
Node.js generates and caches enough
31713171
random data to generate up to 128 random UUIDs. To generate a UUID
31723172
without using the cache, set `disableEntropyCache` to `true`.
31733173
**Defaults**: `false`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.