Steven
Steven
@thaJeztah Thanks for the clarification. It sounds like @nishanttotla said this is fixed in master. I'm currently using Docker CE 17.03.1-ce-win5 (10743)...how can I install the latest Windows version to...
I created issue https://github.com/nodejs/nodejs.dev/issues/3162 I also created PR https://github.com/nodejs/nodejs.dev/pull/3163
@nschonni The `.org` site does have this problem too
I created https://github.com/nodejs/nodejs.org/issues/5028 so you don't lose track of the `.org` bug either. However, I suggest you reopen my PR here since it is still relevant.
@nschonni Both have the same issue. Did you try it? Here's a screenshot with proof:
> It's possible something in the Insider build is broken Could be. Or it could point to changes coming in the future where the user agent no longer includes that...
I investigated some more and found out Windows 11 is only 64 bit, there is no 32 bit version. Furthermore, there is no way to detect Windows 11 based on...
@nschonni @ovflowd I pushed some changes to this branch to use the new API. Can we reopen this PR? ```js (function () { 'use strict'; if (navigator.userAgentData && navigator.userAgentData.getHighEntropyValues) {...
I did create one here https://github.com/nodejs/nodejs.dev/pull/3163
@ovflowd Yep, both PRs are very similar using the same `navigator.userAgentData.getHighEntropyValues` API.