Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.ReportingApiReport

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

An object representing a report generated by the Reporting API.

Properties

id: ReportId
initiatorUrl: string

The URL of the document that triggered the report.

destination: string

The name of the endpoint group that should be used to deliver the report.

type: string

The type of the report (specifies the set of data that is contained in the report body).

timestamp: Network.TimeSinceEpoch

When the report was generated.

depth: integer

How many uploads deep the related request was.

completedAttempts: integer

The number of delivery attempts made so far, not including an active attempt.

body: any
status: ReportStatus