BrowserRules
BrowserRules =
object
Defined in: parser/types.ts:78
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:80 |
blockedMessage? | string | Optional message to be displayed when browser criteria are not met. | parser/types.ts:82 |