puppeteer/new-docs/puppeteer.protocol.network.cookieparam.httponly.md

14 lines
509 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; [Network](./puppeteer.protocol.network.md) &gt; [CookieParam](./puppeteer.protocol.network.cookieparam.md) &gt; [httpOnly](./puppeteer.protocol.network.cookieparam.httponly.md)
## Protocol.Network.CookieParam.httpOnly property
True if cookie is http-only.
<b>Signature:</b>
```typescript
httpOnly?: boolean;
```