Vinyl
    Preparing search index...

    Interface UserAgentInfo

    A parsed user agent.

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

    Properties

    browser: null | UaSystemInfo
    browserLike: null | UaSystemInfo
    device: null | UaDeviceInfo
    os: null | UaSystemInfo
    osLike: null | UaSystemInfo
    userAgent: string