UserBrowser
UserBrowser =
object
Defined in: parser/types.ts:71
UserBrowser is used to define a mininum 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:75 |
name | string | Name of the browser. e.g. chrome, firefox, safari. | parser/types.ts:73 |