Skip to main content
Version: v2.4.0

BrowserRules

BrowserRules = object

Defined in: parser/types.ts:79

Rules specifying which browsers and their minimum versions the study supports.

Properties

PropertyTypeDescriptionDefined in
allowedUserBrowser[]List of browser types and their minimum version to support.parser/types.ts:81
blockedMessage?stringOptional message to be displayed when browser criterias are not met.parser/types.ts:83