Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.Security.SafetyTipInfo
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SafetyTipInfo } = Protocol.Security;

Properties

safetyTipStatus: SafetyTipStatus

Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.

optional
safeUrl: string

The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.