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
fix: add fallback for crypto.randomUUID browser compatibility
Implemented multi-tier UUID generation strategy to support older browsers and environments that don't have native crypto.randomUUID support. Includes RFC4122 v4 compliant fallback using Crypto API and Math.random() for maximum compatibility.
0 commit comments