mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Network > ResourceChangedPriorityEvent
Protocol.Network.ResourceChangedPriorityEvent interface
Fired when resource loading priority is changed
Signature:
export interface ResourceChangedPriorityEvent
Properties
| Property | Type | Description |
|---|---|---|
| newPriority | ResourcePriority | New priority |
| requestId | RequestId | Request identifier. |
| timestamp | MonotonicTime | Timestamp. |