14 lines
607 B
Markdown
14 lines
607 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [SimulatePressureNotificationRequest](./puppeteer.protocol.memory.simulatepressurenotificationrequest.md) > [level](./puppeteer.protocol.memory.simulatepressurenotificationrequest.level.md)
|
||
|
|
||
|
## Protocol.Memory.SimulatePressureNotificationRequest.level property
|
||
|
|
||
|
Memory pressure level of the notification.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
level: PressureLevel;
|
||
|
```
|