BrowserRules
BrowserRules =
object
Defined in: parser/types.ts:79
Rules specifying which browsers and their minimum versions the study supports.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowed | UserBrowser[] | List of browser types and their minimum version to support. | parser/types.ts:81 |
blockedMessage? | string | Optional message to be displayed when browser criterias are not met. | parser/types.ts:83 |