browsersupplied
Browsersupplied is a term used to describe data, capabilities, and resources that originate within a web browser and are exposed to a web page or script. It contrasts with server-supplied content delivered over HTTP, such as HTML, CSS, and JSON from a remote server. Browsersupplied information helps scripts adapt behavior and presentation to the user’s environment.
Common examples include the user agent string and locale information (for example, navigator.userAgent and navigator.language), which
Browsersupplied data is typically used for progressive enhancement, feature detection, localization, offline behavior, and tailoring experiences
Privacy and security considerations are important with browsersupplied data. Access to sensitive information, such as precise