mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
858 B
858 B
Home > puppeteer > Protocol > Memory > StartSamplingRequest
Protocol.Memory.StartSamplingRequest interface
Signature:
export interface StartSamplingRequest
Properties
Property | Type | Description |
---|---|---|
samplingInterval | integer | Average number of bytes between samples. |
suppressRandomness | boolean | Do not randomize intervals between samples. |