mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / NAV_RESOURCE_TYPE Enumeration
In This Topic
NAV_RESOURCE_TYPE Enumeration
In This Topic
Description

Enumeration of URL Navigation Resource Type.

Members
MemberValueDescription
RT_CSP_REPORT16A report of Content Security Policy violations.
RT_FAVICON12Favicon.
RT_FONT_RESOURCE5Font.
RT_IMAGE4Image (jpg/gif/png/etc).
RT_MAIN_FRAME0Top level page.
RT_MEDIA8Media resource.
RT_OBJECT7Object (or embed) tag for a plugin, or a resource that a plugin requested.
RT_PING14A request for a <ping>
RT_PLUGIN_RESOURCE17A resource that a plugin requested.
RT_PREFETCH11Explicitly requested prefetch.
RT_SCRIPT3External script.
RT_SERVICE_WORKER15Main resource of a service worker.
RT_SHARED_WORKER10Main resource of a shared worker.
RT_STYLESHEET2CSS stylesheet.
RT_SUB_FRAME1Frame or iframe.
RT_SUB_RESOURCE6Some other sub resource. This is the default type if the actual type is unknown.
RT_WORKER9Main resource of a dedicated worker.
RT_XHR13XMLHttpRequest.