Created
September 1, 2020 09:38
-
-
Save daybrush/456d4c9d8d013919687ea7e253f23b0d to your computer and use it in GitHub Desktop.
getHighEntropyValues.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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