UserBrowser
UserBrowser =
object
Defined in: parser/types.ts:70
UserBrowser is used to define a minimum browser requirement for the study to run.
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
minVersion? | number | Minimum version of the browser to support. | parser/types.ts:74 |
name | string | Name of the browser. e.g. chrome, firefox, safari. | parser/types.ts:72 |