Interface HasBrowserOptions

interface HasBrowserOptions {
    checkBrowserLike?: boolean;
    userAgentInfo?: UserAgentInfo;
}

Properties

checkBrowserLike?: boolean

If true (default), checks both UserAgentInfo.browserLike (first) and UserAgentInfo.browser for a name match.

userAgentInfo?: UserAgentInfo

The parsed user agent to query. Default is the browser's parsed user agent.