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.
2 parents 3b8d46c + 3267955 commit 55c42bdCopy full SHA for 55c42bd
rng.js
@@ -12,7 +12,7 @@
12
* See https://developer.mozilla.org/en-US/docs/Web/API/window.crypto.getRandomValues
13
*/
14
15
- _crypto.getRandomValues
+ _crypto.getRandomValues(bytes);
16
return bytes;
17
}
18
else if (_crypto.randomBytes) {
0 commit comments