14 lines
624 B
Markdown
14 lines
624 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [SafetyTipInfo](./puppeteer.protocol.security.safetytipinfo.md) > [safetyTipStatus](./puppeteer.protocol.security.safetytipinfo.safetytipstatus.md)
|
||
|
|
||
|
## Protocol.Security.SafetyTipInfo.safetyTipStatus property
|
||
|
|
||
|
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
safetyTipStatus: SafetyTipStatus;
|
||
|
```
|