Generates a unique ID string for use in MAIDR data structures. Uses crypto.randomUUID() when available, with a fallback for environments that lack crypto support.
crypto.randomUUID()
Generates a unique ID string for use in MAIDR data structures. Uses
crypto.randomUUID()when available, with a fallback for environments that lack crypto support.