You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,8 +212,8 @@ Indicates that the browser is connected.
212
212
-`deviceScaleFactor` <[number]> Specify device scale factor (can be thought of as dpr). Defaults to `1`.
213
213
-`isMobile` <[boolean]> Whether the `meta viewport` tag is taken into account. Defaults to `false`.
214
214
-`userAgent` <?[string]> Specific user agent to use in this context.
215
-
-`javaScriptEnabled` <?[boolean]> Whether or not to enable or disable JavaScript in the page. Defaults to true.
216
-
-`timezoneId` <?[string]> Changes the timezone of the page. See [ICU’s `metaZones.txt`](https://cs.chromium.org/chromium/src/third_party/icu/source/data/misc/metaZones.txt?rcl=faee8bc70570192d82d2978a71e2a615788597d1) for a list of supported timezone IDs.
215
+
-`javaScriptEnabled` <?[boolean]> Whether or not to enable or disable JavaScript in the context. Defaults to true.
216
+
-`timezoneId` <?[string]> Changes the timezone of the context. See [ICU’s `metaZones.txt`](https://cs.chromium.org/chromium/src/third_party/icu/source/data/misc/metaZones.txt?rcl=faee8bc70570192d82d2978a71e2a615788597d1) for a list of supported timezone IDs.
217
217
-`geolocation` <[Object]>
218
218
-`latitude` <[number]> Latitude between -90 and 90.
219
219
-`longitude` <[number]> Longitude between -180 and 180.
0 commit comments