Skip to main content
Version: v2.4.1

BrowserRules

BrowserRules = object

Defined in: parser/types.ts:78

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:80
blockedMessage?stringOptional message to be displayed when browser criteria are not met.parser/types.ts:82