fix: add fallback UUID generator for crypto.randomUUID compatibility #50
Reference in New Issue
Block a user
Delete Branch "fix/crypto-randomuuid-fallback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
is not available in all environments:
This caused the error:
Solution
Added a fallback UUID v4 implementation that uses when is not available.
lgtm