| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,3 +69,8 @@ for (const ctor of intTypedConstructors) { | |||
| 69 | 69 | ); | |
| 70 | 70 | } | |
| 71 | 71 | } | |
| 72 | + | ||
| 73 | + { | ||
| 74 | + const typedArray = new Uint8Array(32); | ||
| 75 | + assert.strictEqual(crypto.getRandomValues(typedArray), typedArray); | ||
| 76 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments