Skip to main content
Go to Latest
interface default.Network.ReportingApiReport
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ReportingApiReport } = default.Network;

An object representing a report generated by the Reporting API.

Properties

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).

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