puppeteer/new-docs/puppeteer.protocol.io.readresponse.base64encoded.md

14 lines
513 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; [IO](./puppeteer.protocol.io.md) &gt; [ReadResponse](./puppeteer.protocol.io.readresponse.md) &gt; [base64Encoded](./puppeteer.protocol.io.readresponse.base64encoded.md)
## Protocol.IO.ReadResponse.base64Encoded property
Set if the data is base64-encoded
<b>Signature:</b>
```typescript
base64Encoded?: boolean;
```