Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Audits.TrustedWebActivityIssueDetails

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Audits.TrustedWebActivityIssueDetails
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { TrustedWebActivityIssueDetails } = Protocol.Audits;

Properties

url: string

The url that triggers the violation.

violationType: TwaQualityEnforcementViolationType
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.