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
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
12
12
- Node 8, 10, 12, 14
13
13
- Chrome, Safari, Firefox, Edge, IE 11 browsers
14
14
- Webpack and rollup.js module bundlers
15
-
-[React Native](#react-native)
15
+
-[React Native / Expo](#react-native-expo)
16
16
-**Secure** - Cryptographically-strong random values
17
17
-**Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers
18
18
-**CLI** - Includes the [`uuid` command line](#command-line) utility
@@ -405,7 +405,7 @@ Methods for the other algorithms ([`uuidv1()`](#uuidv1options-buffer-offset), [`
405
405
406
406
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:
Note: If you are using Expo, you must be using at least `react-native-get-random-values@1.5.0` and `expo@39.0.0`.
419
+
418
420
### Web Workers / Service Workers (Edge <= 18)
419
421
420
422
[In Edge <= 18, Web Crypto is not supported in Web Workers or Service Workers](https://caniuse.com/#feat=cryptography) and we are not aware of a polyfill (let us know if you find one, please).
Copy file name to clipboardexpand all lines: README_js.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
24
24
- Node 8, 10, 12, 14
25
25
- Chrome, Safari, Firefox, Edge, IE 11 browsers
26
26
- Webpack and rollup.js module bundlers
27
-
-[React Native](#react-native)
27
+
-[React Native / Expo](#react-native-expo)
28
28
-**Secure** - Cryptographically-strong random values
29
29
-**Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers
30
30
-**CLI** - Includes the [`uuid` command line](#command-line) utility
@@ -411,7 +411,7 @@ Methods for the other algorithms ([`uuidv1()`](#uuidv1options-buffer-offset), [`
411
411
412
412
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:
Note: If you are using Expo, you must be using at least `react-native-get-random-values@1.5.0` and `expo@39.0.0`.
425
+
424
426
### Web Workers / Service Workers (Edge <= 18)
425
427
426
428
[In Edge <= 18, Web Crypto is not supported in Web Workers or Service Workers](https://caniuse.com/#feat=cryptography) and we are not aware of a polyfill (let us know if you find one, please).
0 commit comments