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

The status of a Reporting API report.

definition: (
| "Queued"
| "Pending"
| "MarkedForRemoval"
| "Success"
)