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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed a bug on the Web platform where all devices were generating the same UUID (00000000-0000-4000-8000-000000000000)
Implemented Web-specific UUID generation: attempts to generate a UUID using a browser fingerprint; if that fails, falls back to a randomly generated UUID using Dart
The randomly generated UUID is stored in window.localStorage and reused across page reloads and browser sessions