You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -491,6 +490,7 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
491
490
## Known issues
492
491
493
492
<!-- This header is referenced as an anchor in src/rng-browser.ts -->
493
+
494
494
### "getRandomValues() not supported"
495
495
496
496
This error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill:
@@ -507,4 +507,4 @@ import { v4 as uuidv4 } from 'uuid';
507
507
508
508
---
509
509
510
-
Markdown generated from [README_js.md](README_js.md) by <ahref="https://github.com/broofa/runmd"><imageheight="12px"src="https://camo.githubusercontent.com/5c7c603cd1e6a43370b0a5063d457e0dabb74cf317adc7baba183acb686ee8d0/687474703a2f2f692e696d6775722e636f6d2f634a4b6f3662552e706e67" /></a>
510
+
Markdown generated from [README_js.md](README_js.md) by <ahref="https://github.com/broofa/runmd"><imageheight="13"src="https://camo.githubusercontent.com/5c7c603cd1e6a43370b0a5063d457e0dabb74cf317adc7baba183acb686ee8d0/687474703a2f2f692e696d6775722e636f6d2f634a4b6f3662552e706e67" /></a>
Copy file name to clipboardexpand all lines: README_js.md
+1
Original file line number
Diff line number
Diff line change
@@ -499,6 +499,7 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
499
499
## Known issues
500
500
501
501
<!-- This header is referenced as an anchor in src/rng-browser.ts -->
502
+
502
503
### "getRandomValues() not supported"
503
504
504
505
This error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill:
0 commit comments