Skip to content

Instantly share code, notes, and snippets.

@daybrush
Created September 1, 2020 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daybrush/456d4c9d8d013919687ea7e253f23b0d to your computer and use it in GitHub Desktop.
Save daybrush/456d4c9d8d013919687ea7e253f23b0d to your computer and use it in GitHub Desktop.
getHighEntropyValues.js
navigator.userAgentData.getHighEntropyValues([
"architecture",
"model",
"platform",
"platformVersion",
"uaFullVersion",
]).then(info => {
console.log(info);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment