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
- The download button briefly showed the universal binary (40 MB) before the async `getHighEntropyValues` call resolved and swapped to the arch-specific one (27 MB)
- Now uses the WebGL renderer string for synchronous detection on first paint — Apple Silicon GPUs report "Apple M1/M2/GPU" while Intel Macs report "Intel/AMD"
- Falls back to `localStorage` cache from a previous async detection if WebGL is unavailable, then to the async Client Hints call as before
- Only affects Chrome/Edge (where the flicker occurred). Firefox/Safari don't support Client Hints and always showed the universal binary — unchanged.
0 commit comments