We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94132c6 commit d3ff554Copy full SHA for d3ff554
1 file changed
README.md
@@ -210,11 +210,9 @@ async function createUser() {
210
211
Read more about entropy collection in [`crypto.randomBytes`] docs.
212
213
-Unfortunately, you will lose Web Crypto API advantages in a browser
214
-if you use the asynchronous API. So, currently, in the browser, you are limited
215
-with either security (`nanoid`), asynchronous behavior (`nanoid/async`),
216
-or non-secure behavior (`nanoid/non-secure`) that will be explained
217
-in the next part of the documentation.
+Unfortunately, you will lose performance advantages in a browser
+if you use the asynchronous API, because Web Crypto API supports only
+synchronous mode.
218
219
[`crypto.randomBytes`]: https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback
220
0 commit comments