Replies: 1 comment
-
Added in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
Recently I opened a new issue where I am implementing a new way to query system information for the extension. You can read the details here #15. However, I am missing details for macOS (specifically those with the M1), Windows ARM devices, and ChromeOS.
You can provide me these information by following instructions below
F12
and go to theConsole
tabnavigator.userAgentData.getHighEntropyValues( ["architecture", "model", "platform", "platformVersion", "uaFullVersion"]) .then(ua => { console.log(ua) });
Copy Object
Object should look like this
This is to resolve issue #15
Beta Was this translation helpful? Give feedback.
All reactions