navigator.userAgentData.getHighEntropyValues

 

 

navigator.userAgentData.getHighEntropyValues(["brands", "mobile", "architecture", "bitness", "model", "platform", "platformVersion", "uaFullVersion", "wow64", "fullVersionList"]).then(function(e){


debugger;;
})

 

 

 



140

{
"architecture": "x86", "bitness": "64", "brands": [ { "brand": "Chromium", "version": "140" }, { "brand": "Not=A?Brand", "version": "24" }, { "brand": "Google Chrome", "version": "140" } ], "mobile": false, "model": "", "platform": "Windows", "platformVersion": "10.0.0", "uaFullVersion": "140.0.7339.208", "wow64": false }

 

posted @ 2026-01-12 17:33  AngDH  阅读(10)  评论(0)    收藏  举报