mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
570 B
570 B
Home > puppeteer > Protocol > Tracing > StreamFormat
Protocol.Tracing.StreamFormat type
Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.
Signature:
export type StreamFormat = ('json' | 'proto');