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.
public const BROWSER_MOBILE = 'browser.mobile';