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

Fired when resource loading priority is changed

Properties

requestId: RequestId

Request identifier.

newPriority: ResourcePriority

New priority

timestamp: MonotonicTime

Timestamp.