14 lines
524 B
Markdown
14 lines
524 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Cookie](./puppeteer.protocol.network.cookie.md) > [expires](./puppeteer.protocol.network.cookie.expires.md)
|
||
|
|
||
|
## Protocol.Network.Cookie.expires property
|
||
|
|
||
|
Cookie expiration date as the number of seconds since the UNIX epoch.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
expires: number;
|
||
|
```
|