mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
503 B
503 B
Home > puppeteer > Protocol > Tracing > StreamCompression
Protocol.Tracing.StreamCompression type
Compression type to use for traces returned via streams.
Signature:
export type StreamCompression = ('none' | 'gzip');