What is the problem this feature would solve?
Add readonly randomULID to interface Crypto
ULIDs are better than UUIDs in some cases. (shorter, lex-sortable, no hyphens, etc)
ULIDs are also case-insensitive, contains no confusing characters (like O/0 or I/1), and is easily double-click selectable in terminal windows or URLs (again, no hyphens!).
https://github.com/ulid/javascript
Thank you :)
What is the problem this feature would solve?
Add
readonly randomULIDtointerface CryptoULIDs are better than UUIDs in some cases. (shorter, lex-sortable, no hyphens, etc)
ULIDs are also case-insensitive, contains no confusing characters (like O/0 or I/1), and is easily double-click selectable in terminal windows or URLs (again, no hyphens!).
https://github.com/ulid/javascript
Thank you :)