Support ResourceType in network requests #704
Labels
enhancement
New feature or request
module-network
Network module
needs-discussion
Issues to be discussed by the working group
CDP exposes Network.ResourceType which indicates what kind of resource is being loaded https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-ResourceType
This type of information is commonly exposed in browser DevTools and, for example, Puppeteer also exposes it to the users so that users can perform analysis and interception based on the resource type detected by the browser.
The resourceType partially matches https://fetch.spec.whatwg.org/#concept-request-destination
The text was updated successfully, but these errors were encountered: