pub const BROWSER_MOBILE: &str = "browser.mobile";
Expand description
A boolean that is true if the browser is running on a mobile device.
This value is intended to be taken from the UA client hints API (navigator.userAgentData.mobile
). If unavailable, this attribute SHOULD be left unset.