CodBi
    Preparing search index...

    Function generateUUID

    • KI Code.

      Generates a UUID v4. Uses crypto.randomUUID() when available (HTTPS / secure contexts), and falls back to crypto.getRandomValues() otherwise (works on HTTP as well).

      Returns string