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
I mentioned this in discord. If anyone wants to play around with JS, it would be cool if clicking the download button went to the proper OS page based on the found user agent or some other probing method.
I mentioned this in discord. If anyone wants to play around with JS, it would be cool if clicking the download button went to the proper OS page based on the found user agent or some other probing method.
eg: adoptium temurin download
https://github.com/adoptium/website-v2/blob/main/src/components/LatestTemurin/index.tsx
https://github.com/adoptium/website-v2/blob/main/src/util/detectOS.tsx
also it appears that most browsers from within the last few years also support architecture reporting as well WICG/proposals#40 (comment)
The text was updated successfully, but these errors were encountered: