Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.js";
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.