puppeteer/new-docs/puppeteer.protocol.tracing.streamformat.md
2020-07-13 14:01:35 +01:00

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');