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
feat: uuid: add a fallback to the crypto.randomUUID API (#24)
In a secureContext, browser's function to generate uuid will be used. This adds a fallback to use a custom local function in insecure contexts (for instance tests). Fix#22
0 commit comments