puppeteer/new-docs/puppeteer.protocol.tracing.streamcompression.md

14 lines
503 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Tracing](./puppeteer.protocol.tracing.md) &gt; [StreamCompression](./puppeteer.protocol.tracing.streamcompression.md)
## Protocol.Tracing.StreamCompression type
Compression type to use for traces returned via streams.
<b>Signature:</b>
```typescript
export type StreamCompression = ('none' | 'gzip');
```