interface BrowserTest {
    minimum: number;
    match: RegExp;
    message: string;
}

Properties

Properties

minimum: number

The minimum supported version for this browser.

match: RegExp

A regular expression to match the browser against the user agent string.

message: string

A message to display if the user's browser version does not meet the minimum.