Puppeteer APIまたはChrome DevTools APIを使用しているときに、resourceType
(PuppeteerのRequest
オブジェクトとChrome DevToolsのPage
オブジェクト)の値を取得できます。DevToolプロトコルによって提供される `resourceType`値はどのように定義されていますか?
この値は、「レンダリングエンジン」(ドキュメントに記載されている)によってどのように確立されていますか?
可能な値:Document
、Stylesheet
、Image
、Media
、Font
、Script
、TextTrack
、XHR
、Fetch
、EventSource
、WebSocket
、Manifest
、Other
APIドキュメント:Puppeteer APIとChrome DevTools API
stackoverflowでの同様の質問:Is There any way to get all mime type by the resourceType of chrome