Closed
Description
The UUID implementation uses Math.random()
to generate random bytes. There are reports that on some browsers this function has poor entropy and UUIDs might conflict even with a relatively small log volume. On browsers which support window.crypto
, that should be used instead.
Metadata
Metadata
Assignees
Labels
No labels