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

Properties

url: string

The url that triggers the violation.

optional
httpStatusCode: integer
optional
packageName: string

The package name of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.

optional
signature: string

The signature of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.