Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 220 Bytes

puppeteer.geolocationoptions.accuracy.md

File metadata and controls

15 lines (11 loc) · 220 Bytes
sidebar_label
GeolocationOptions.accuracy

GeolocationOptions.accuracy property

Optional non-negative accuracy value.

Signature:

interface GeolocationOptions {
  accuracy?: number;
}