mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
e89e264a16
This corresponds to Chromium 85.0.4182.0. This roll includes: - Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure https://crrev.com/c/2231445 - [FlexNG] Enable FlexNG by default https://crrev.com/c/2216595 Closes #6151.
1.9 KiB
1.9 KiB
Home > puppeteer > Protocol > Tracing > StartRequest
Protocol.Tracing.StartRequest interface
Signature:
export interface StartRequest
Properties
Property | Type | Description |
---|---|---|
bufferUsageReportingInterval | number | If set, the agent will issue bufferUsage events at this interval, specified in milliseconds |
categories | string | Category/tag filter |
options | string | Tracing options |
streamCompression | StreamCompression | Compression format to use. This only applies when using ReturnAsStream transfer mode (defaults to none ) |
streamFormat | StreamFormat | Trace data format to use. This only applies when using ReturnAsStream transfer mode (defaults to json ). |
traceConfig | TraceConfig | |
transferMode | ('ReportEvents' | 'ReturnAsStream') | Whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to ReportEvents ). (StartRequestTransferMode enum) |