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 }

浙公网安备 33010602011771号