Amazon Vinyl
    Preparing search index...

    Interface UserAgentInfo

    A parsed user agent.

    interface UserAgentInfo {
        browser: UaSystemInfo | null;
        browserLike: UaSystemInfo | null;
        device: UaDeviceInfo | null;
        os: UaSystemInfo | null;
        osLike: UaSystemInfo | null;
        userAgent: string;
    }
    Index
    browser: UaSystemInfo | null
    browserLike: UaSystemInfo | null
    device: UaDeviceInfo | null
    os: UaSystemInfo | null
    osLike: UaSystemInfo | null
    userAgent: string