| 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.
|
| ClientSecurityState | |
| Cookie |
Cookie object
|
| CookieParam |
Cookie parameter object
|
| CorsErrorStatus | |
| CrossOriginEmbedderPolicyStatus | |
| CrossOriginOpenerPolicyStatus | |
| Initiator |
Information about the request initiator.
|
| LoadNetworkResourceOptions |
An options object that may be extended later to better support CORS, CORB and streaming.
|
| LoadNetworkResourcePageResult |
An object providing the result of a network resource load.
|
| PostDataEntry |
Post data entry for HTTP request
|
| 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.
|
| SecurityIsolationStatus | |
| 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.
|
| TrustTokenParams |
Determines what type of Trust Token operation is executed and depending on the type, some
additional parameters.
|
| 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.
|
| ContentEncoding |
List of content encodings supported by the backend.
|
| CookieBlockedReason |
Types of reasons why a cookie may not be sent with a request.
|
| CookiePriority |
Represents the cookie's 'Priority' status:
https://tools.ietf.org/html/draft-west-cookie-priority-00
|
| CookieSameSite |
Represents the cookie's 'SameSite' status:
https://tools.ietf.org/html/draft-west-first-party-cookies
|
| CookieSourceScheme |
Represents the source scheme of the origin that originally set the cookie.
|
| CorsError |
The reason why request was blocked.
|
| CrossOriginEmbedderPolicyValue | |
| CrossOriginOpenerPolicyValue | |
| ErrorReason |
Network level fetch failure reason.
|
| InitiatorType |
Type of this initiator.
|
| InterceptionStage |
Stages of the interception to begin intercepting.
|
| IPAddressSpace | |
| PrivateNetworkRequestPolicy | |
| 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.
|
| ServiceWorkerResponseSource |
Source of serviceworker response.
|
| SetCookieBlockedReason |
Types of reasons why a cookie may not be stored from a response.
|
| SignedExchangeErrorField |
Field type for a signed exchange related error.
|
| TrustTokenOperationType | |
| TrustTokenParamsRefreshPolicy |
Only set for "token-redemption" type and determine whether to request a fresh SRR or use a still
valid cached SRR.
|
Copyright © 2021 Kenan Klisura. All rights reserved.