Enumeration of URL Navigation Resource Type.
Enumeration of URL Navigation Resource Type.
Member | Value | Description |
---|---|---|
RT_CSP_REPORT | 16 | A report of Content Security Policy violations. |
RT_FAVICON | 12 | Favicon. |
RT_FONT_RESOURCE | 5 | Font. |
RT_IMAGE | 4 | Image (jpg/gif/png/etc). |
RT_MAIN_FRAME | 0 | Top level page. |
RT_MEDIA | 8 | Media resource. |
RT_OBJECT | 7 | Object (or embed) tag for a plugin, or a resource that a plugin requested. |
RT_PING | 14 | A request for a <ping> |
RT_PLUGIN_RESOURCE | 17 | A resource that a plugin requested. |
RT_PREFETCH | 11 | Explicitly requested prefetch. |
RT_SCRIPT | 3 | External script. |
RT_SERVICE_WORKER | 15 | Main resource of a service worker. |
RT_SHARED_WORKER | 10 | Main resource of a shared worker. |
RT_STYLESHEET | 2 | CSS stylesheet. |
RT_SUB_FRAME | 1 | Frame or iframe. |
RT_SUB_RESOURCE | 6 | Some other sub resource. This is the default type if the actual type is unknown. |
RT_WORKER | 9 | Main resource of a dedicated worker. |
RT_XHR | 13 | XMLHttpRequest. |