Navigator
{
  "cookieEnabled": "Required, boolean type, indicates whether the browser has enabled the Cookie feature",
  "language": "Required, string type, represents the preferred language of the browser",
  "languages": [
    "Required, array type containing strings, represents the list of languages supported by the browser, sorted by priority"
  ],
  "userAgent": "Required, string type, represents the user agent string of the browser, used to identify the browser and operating system"
}{
  "cookieEnabled": true,
  "language": "en-US",
  "languages": [
    "en-US",
    "en",
    "zh-CN"
  ],
  "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"
}Last updated
Was this helpful?