| Class | Description |
|---|---|
| AuthChallenge | |
| AuthChallengeResponse |
Response to an AuthChallenge
|
| CallFrame |
Stack entry for runtime errors and assertions.
|
| Cookie |
Cookie object
|
| Cookies | |
| DataReceived |
Object for storing Network.dataReceived response
|
| EventSourceMessageReceived |
Object for storing Network.eventSourceMessageReceived response
|
| Initiator |
Information about the request initiator
|
| InterceptionId |
Unique intercepted request identifier
|
| LoaderId |
Unique loader identifier
|
| LoadingFailed |
Object for storing Network.loadingFailed response
|
| LoadingFinished |
Object for storing Network.loadingFinished response
|
| MonotonicTime | |
| Request |
HTTP request data
|
| RequestId |
Unique request identifier
|
| RequestIntercepted | |
| RequestPattern |
Request pattern for interception
|
| RequestWillBeSent |
Object for storing Network.requestWillBeSent response
|
| ResourceChangedPriority |
Object for storing Network.resourceChangedPriority response
|
| ResourceTiming |
Timing information for the request
|
| Response |
HTTP response data
|
| ResponseBody |
Object for storing Network response
|
| ResponseReceived | |
| SearchMatch |
Search match for resource
|
| SecurityDetails |
Security details about a request
|
| SignedCertificateTimestamp |
Details of a signed certificate timestamp (SCT)
|
| SignedExchangeError |
Information about a signed exchange response
|
| SignedExchangeHeader |
Information about a signed exchange header
|
| SignedExchangeInfo |
Information about a signed exchange response
|
| SignedExchangeReceived |
Object for storing Network.signedExchangeReceived response
|
| SignedExchangeSignature |
Information about a signed exchange signature
|
| StackTrace |
Call frames for assertions or error messages.
|
| StackTraceId |
If `debuggerId` is set stack trace comes from another debugger and can be resolved there.
|
| WebSocketClosed | |
| WebSocketCreated | |
| WebSocketFrame |
WebSocket message data.
|
| WebSocketFrameError |
| Enum | Description |
|---|---|
| BlockedReason |
The reason why request was blocked
|
| CertificateTransparencyCompliance |
Whether the request complied with Certificate Transparency policy
|
| ConnectionType |
The underlying connection technology that the browser is supposedly using
|
| CookieSameSite |
Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies
|
| ErrorReason |
Network level fetch failure reason
|
| InitiatorType |
Type of this initiator.
|
| InterceptionStage |
Stages of the interception to begin intercepting.
|
| MixedContentType |
A description of mixed content (HTTP resources on HTTPS pages), as defined by
https://www.w3.org/TR/mixed-content/#categories
|
| RequestReferrerPolicy |
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
|
| ResourcePriority |
Loading priority of a resource request
|
| ResourceType |
Resource type as it was perceived by the rendering engine
|
| SecurityState |
The security level of a page or resource
|
| SignedExchangeErrorField |
Field type for a signed exchange related error
|
| Source |