File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,9 +221,9 @@ Read more about entropy collection in [`crypto.randomBytes`] docs.
221
221
222
222
Unfortunately, you will lose Web Crypto API advantages in a browser
223
223
if you use the asynchronous API. So, currently, in the browser, you are limited
224
- with either security (using ` nanoid ` ), asynchronous behavior (using ` nanoid/async ` ), or
225
- non-secure behavior (using ` nanoid/non-secure ` ) that will be explained in the next part
226
- of the documentation.
224
+ with either security (` nanoid ` ), asynchronous behavior (` nanoid/async ` ),
225
+ or non-secure behavior (` nanoid/non-secure ` ) that will be explained
226
+ in the next part of the documentation.
227
227
228
228
[ `crypto.randomBytes` ] : https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback
229
229
You can’t perform that action at this time.
0 commit comments