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

14 lines
533 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; [expires](./puppeteer.protocol.network.cookieparam.expires.md)
## Protocol.Network.CookieParam.expires property
Cookie expiration date, session cookie if not set
<b>Signature:</b>
```typescript
expires?: TimeSinceEpoch;
```