We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9b48a commit 64e8f23Copy full SHA for 64e8f23
test/parallel/test-webcrypto-random.js
@@ -69,3 +69,8 @@ for (const ctor of intTypedConstructors) {
69
);
70
}
71
72
+
73
+{
74
+ const typedArray = new Uint8Array(32);
75
+ assert.strictEqual(crypto.getRandomValues(typedArray), typedArray);
76
+}
0 commit comments