Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Security.SafetyTipInfo
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SafetyTipInfo } = default.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.