import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ReportingApiReport } = Protocol.Network;
An object representing a report generated by the Reporting API.
Properties
id: ReportId
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.
status: ReportStatus