e89e264a16
This corresponds to Chromium 85.0.4182.0. This roll includes: - Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure https://crrev.com/c/2231445 - [FlexNG] Enable FlexNG by default https://crrev.com/c/2216595 Closes #6151.
19 lines
708 B
Markdown
19 lines
708 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SetWebLifecycleStateRequest](./puppeteer.protocol.page.setweblifecyclestaterequest.md)
|
|
|
|
## Protocol.Page.SetWebLifecycleStateRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetWebLifecycleStateRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [state](./puppeteer.protocol.page.setweblifecyclestaterequest.state.md) | ('frozen' \| 'active') | Target lifecycle state (SetWebLifecycleStateRequestState enum) |
|
|
|