enum Protocol::Network::ResourceType
Overview
Resource type as it was perceived by the rendering engine.
Defined in:
protocol/network.crEnum Members
-
Document =
0
-
Stylesheet =
1
-
Image =
2
-
Media =
3
-
Font =
4
-
Script =
5
-
TextTrack =
6
-
XHR =
7
-
Fetch =
8
-
Prefetch =
9
-
EventSource =
10
-
WebSocket =
11
-
Manifest =
12
-
SignedExchange =
13
-
Ping =
14
-
CSPViolationReport =
15
-
Preflight =
16
-
Other =
17
Instance Method Summary
- #csp_violation_report?
- #document?
- #event_source?
- #fetch?
- #font?
- #image?
- #manifest?
- #media?
- #other?
- #ping?
- #prefetch?
- #preflight?
- #script?
- #signed_exchange?
- #stylesheet?
- #text_track?
- #web_socket?
- #xhr?