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 3b8d46c commit 3267955Copy full SHA for 3267955
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