interface Browser {
    isMsIE: boolean;
    prefixedProps: string[];
    vendorPrefix: string;
}

Properties

isMsIE: boolean
prefixedProps: string[]
vendorPrefix: string