Methods
(static) randomUUID() → {string}
Generates a random UUID, prefers Web Crypto API and falls back to Math.random
- Source:
- See:
Returns:
${string}-${string}-${string}-${string}-${string}
- Type
- string
Generates a random UUID, prefers Web Crypto API and falls back to Math.random
${string}-${string}-${string}-${string}-${string}