| Class | Description |
|---|---|
| AuthChallenge |
Authorization challenge for HTTP status code 401 or 407.
|
| AuthChallengeResponse |
Response to an AuthChallenge.
|
| BlockedCookieWithReason |
A cookie with was not sent with a request with the corresponding reason.
|
| BlockedSetCookieWithReason |
A cookie which was not stored from a response with the corresponding reason.
|
| CachedResource |
Information about the cached resource.
|
| Cookie |
Cookie object
|
| CookieParam |
Cookie parameter object
|
| Initiator |
Information about the request initiator.
|
| Request |
HTTP request data.
|
| RequestPattern |
Request pattern for interception.
|
| ResourceTiming |
Timing information for the request.
|
| Response |
HTTP response data.
|
| ResponseBody | |
| ResponseBodyForInterception | |
| 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.
|
| SignedExchangeSignature |
Information about a signed exchange signature.
|
| WebSocketFrame |
WebSocket message data.
|
| WebSocketRequest |
WebSocket request data.
|
| WebSocketResponse |
WebSocket response data.
|
| Enum | Description |
|---|---|
| AuthChallengeResponseResponse |
The decision on what to do in response to the authorization challenge.
|
| AuthChallengeSource |
Source of the authentication challenge.
|
| 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.
|
| CookieBlockedReason |
Types of reasons why a cookie may not be sent with a request.
|
| 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.
|
| 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.
|
| SetCookieBlockedReason |
Types of reasons why a cookie may not be stored from a response.
|
| SignedExchangeErrorField |
Field type for a signed exchange related error.
|
Copyright © 2020. All rights reserved.