Expand description
Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.
Structs§
- Associated
Cookie - A cookie associated with the request which may or may not be sent with it. Includes the cookies itself and reasons for blocking or exemption. AssociatedCookie
- Associated
Cookie Builder - Auth
Challenge - Authorization challenge for HTTP status code 401 or 407. AuthChallenge
- Auth
Challenge Builder - Auth
Challenge Response - Response to an AuthChallenge. AuthChallengeResponse
- Auth
Challenge Response Builder - Blocked
SetCookie With Reason - A cookie which was not stored from a response with the corresponding reason. BlockedSetCookieWithReason
- Blocked
SetCookie With Reason Builder - Cached
Resource - Information about the cached resource. CachedResource
- Cached
Resource Builder - Clear
Accepted Encodings Override Params - Clears accepted encodings set by setAcceptedEncodings clearAcceptedEncodingsOverride
- Clear
Accepted Encodings Override Returns - Clears accepted encodings set by setAcceptedEncodings clearAcceptedEncodingsOverride
- Clear
Browser Cache Params - Clears browser cache. clearBrowserCache
- Clear
Browser Cache Returns - Clears browser cache. clearBrowserCache
- Clear
Browser Cookies Params - Clears browser cookies. clearBrowserCookies
- Clear
Browser Cookies Returns - Clears browser cookies. clearBrowserCookies
- Client
Security State - Client
Security State Builder - Connect
Timing - Connect
Timing Builder - Content
Security Policy Status - Content
Security Policy Status Builder - Cookie
- Cookie object Cookie
- Cookie
Builder - Cookie
Param - Cookie parameter object CookieParam
- Cookie
Param Builder - Cookie
Partition Key - cookiePartitionKey object The representation of the components of the key that are created by the cookiePartitionKey class contained in net/cookies/cookie_partition_key.h. CookiePartitionKey
- Cookie
Partition KeyBuilder - Cors
Error Status - Cors
Error Status Builder - Cross
Origin Embedder Policy Status - Cross
Origin Embedder Policy Status Builder - Cross
Origin Opener Policy Status - Cross
Origin Opener Policy Status Builder - Delete
Cookies Params - Deletes browser cookies with matching name and url or domain/path/partitionKey pair. deleteCookies
- Delete
Cookies Params Builder - Delete
Cookies Returns - Deletes browser cookies with matching name and url or domain/path/partitionKey pair. deleteCookies
- Disable
Params - Disables network tracking, prevents network events from being sent to the client. disable
- Disable
Returns - Disables network tracking, prevents network events from being sent to the client. disable
- Emulate
Network Conditions Params - Activates emulation of network conditions. emulateNetworkConditions
- Emulate
Network Conditions Params Builder - Emulate
Network Conditions Returns - Activates emulation of network conditions. emulateNetworkConditions
- Enable
Params - Enables network tracking, network events will now be delivered to the client. enable
- Enable
Params Builder - Enable
Reporting ApiParams - Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers ‘reportingApiReportAdded’ for all existing reports. enableReportingApi
- Enable
Reporting ApiParams Builder - Enable
Reporting ApiReturns - Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers ‘reportingApiReportAdded’ for all existing reports. enableReportingApi
- Enable
Returns - Enables network tracking, network events will now be delivered to the client. enable
- Event
Data Received - Fired when data chunk was received over the network. dataReceived
- Event
Event Source Message Received - Fired when EventSource message is received. eventSourceMessageReceived
- Event
Loading Failed - Fired when HTTP request has failed to load. loadingFailed
- Event
Loading Finished - Fired when HTTP request has finished loading. loadingFinished
- Event
Policy Updated - Fired once security policy has been updated. policyUpdated
- Event
Reporting ApiEndpoints Changed ForOrigin - Event
Reporting ApiReport Added - Is sent whenever a new report is added. And after ‘enableReportingApi’ for all existing reports. reportingApiReportAdded
- Event
Reporting ApiReport Updated - Event
Request Served From Cache - Fired if request ended up loading from cache. requestServedFromCache
- Event
Request Will BeSent - Fired when page is about to send HTTP request. requestWillBeSent
- Event
Request Will BeSent Extra Info - Fired when additional information about a requestWillBeSent event is available from the network stack. Not every requestWillBeSent event will have an additional requestWillBeSentExtraInfo fired for it, and there is no guarantee whether requestWillBeSent or requestWillBeSentExtraInfo will be fired first for the same request. requestWillBeSentExtraInfo
- Event
Resource Changed Priority - Fired when resource loading priority is changed resourceChangedPriority
- Event
Response Received - Fired when HTTP response is available. responseReceived
- Event
Response Received Early Hints - Fired when 103 Early Hints headers is received in addition to the common response. Not every responseReceived event will have an responseReceivedEarlyHints fired. Only one responseReceivedEarlyHints may be fired for eached responseReceived event. responseReceivedEarlyHints
- Event
Response Received Extra Info - Fired when additional information about a responseReceived event is available from the network stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for it, and responseReceivedExtraInfo may be fired before or after responseReceived. responseReceivedExtraInfo
- Event
Signed Exchange Received - Fired when a signed exchange was received over the network signedExchangeReceived
- Event
Subresource WebBundle Inner Response Error - Fired when request for resources within a .wbn file failed. subresourceWebBundleInnerResponseError
- Event
Subresource WebBundle Inner Response Parsed - Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage. subresourceWebBundleInnerResponseParsed
- Event
Subresource WebBundle Metadata Error - Fired once when parsing the .wbn file has failed. subresourceWebBundleMetadataError
- Event
Subresource WebBundle Metadata Received - Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents. subresourceWebBundleMetadataReceived
- Event
Trust Token Operation Done - Fired exactly once for each Trust Token operation. Depending on the type of the operation and whether the operation succeeded or failed, the event is fired before the corresponding request was sent or after the response was received. trustTokenOperationDone
- Event
WebSocket Closed - Fired when WebSocket is closed. webSocketClosed
- Event
WebSocket Created - Fired upon WebSocket creation. webSocketCreated
- Event
WebSocket Frame Error - Fired when WebSocket message error occurs. webSocketFrameError
- Event
WebSocket Frame Received - Fired when WebSocket message is received. webSocketFrameReceived
- Event
WebSocket Frame Sent - Fired when WebSocket message is sent. webSocketFrameSent
- Event
WebSocket Handshake Response Received - Fired when WebSocket handshake response becomes available. webSocketHandshakeResponseReceived
- Event
WebSocket Will Send Handshake Request - Fired when WebSocket is about to initiate handshake. webSocketWillSendHandshakeRequest
- Event
WebTransport Closed - Fired when WebTransport is disposed. webTransportClosed
- Event
WebTransport Connection Established - Fired when WebTransport handshake is finished. webTransportConnectionEstablished
- Event
WebTransport Created - Fired upon WebTransport creation. webTransportCreated
- Exempted
SetCookie With Reason - A cookie should have been blocked by 3PCD but is exempted and stored from a response with the corresponding reason. A cookie could only have at most one exemption reason. ExemptedSetCookieWithReason
- Exempted
SetCookie With Reason Builder - GetCertificate
Params - Returns the DER-encoded certificate. getCertificate
- GetCertificate
Params Builder - GetCertificate
Returns - Returns the DER-encoded certificate. getCertificate
- GetCertificate
Returns Builder - GetCookies
Params - Returns all browser cookies for the current URL. Depending on the backend support, will return
detailed cookie information in the
cookies
field. getCookies - GetCookies
Params Builder - GetCookies
Returns - Returns all browser cookies for the current URL. Depending on the backend support, will return
detailed cookie information in the
cookies
field. getCookies - GetCookies
Returns Builder - GetRequest
Post Data Params - Returns post data sent with the request. Returns an error when no data was sent with the request. getRequestPostData
- GetRequest
Post Data Params Builder - GetRequest
Post Data Returns - Returns post data sent with the request. Returns an error when no data was sent with the request. getRequestPostData
- GetRequest
Post Data Returns Builder - GetResponse
Body ForInterception Params - Returns content served for the given currently intercepted request. getResponseBodyForInterception
- GetResponse
Body ForInterception Params Builder - GetResponse
Body ForInterception Returns - Returns content served for the given currently intercepted request. getResponseBodyForInterception
- GetResponse
Body ForInterception Returns Builder - GetResponse
Body Params - Returns content served for the given request. getResponseBody
- GetResponse
Body Params Builder - GetResponse
Body Returns - Returns content served for the given request. getResponseBody
- GetResponse
Body Returns Builder - GetSecurity
Isolation Status Params - Returns information about the COEP/COOP isolation status. getSecurityIsolationStatus
- GetSecurity
Isolation Status Params Builder - GetSecurity
Isolation Status Returns - Returns information about the COEP/COOP isolation status. getSecurityIsolationStatus
- GetSecurity
Isolation Status Returns Builder - Headers
- Request / response headers as keys / values of JSON object. Headers
- Initiator
- Information about the request initiator. Initiator
- Initiator
Builder - Interception
Id - Unique intercepted request identifier. InterceptionId
- Load
Network Resource Options - An options object that may be extended later to better support CORS, CORB and streaming. LoadNetworkResourceOptions
- Load
Network Resource Options Builder - Load
Network Resource Page Result - An object providing the result of a network resource load. LoadNetworkResourcePageResult
- Load
Network Resource Page Result Builder - Load
Network Resource Params - Fetches the resource and returns the content. loadNetworkResource
- Load
Network Resource Params Builder - Load
Network Resource Returns - Fetches the resource and returns the content. loadNetworkResource
- Load
Network Resource Returns Builder - Loader
Id - Unique loader identifier. LoaderId
- Monotonic
Time - Monotonically increasing time in seconds since an arbitrary point in the past. MonotonicTime
- Post
Data Entry - Post data entry for HTTP request PostDataEntry
- Post
Data Entry Builder - Replay
XhrParams - This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password. replayXHR
- Replay
XhrParams Builder - Replay
XhrReturns - This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password. replayXHR
- Report
Id - Reporting
ApiEndpoint - Reporting
ApiEndpoint Builder - Reporting
ApiReport - An object representing a report generated by the Reporting API. ReportingApiReport
- Reporting
ApiReport Builder - Request
- HTTP request data. Request
- Request
Builder - Request
Id - Unique request identifier. RequestId
- Request
Pattern - Request pattern for interception. RequestPattern
- Request
Pattern Builder - Resource
Timing - Timing information for the request. ResourceTiming
- Resource
Timing Builder - Response
- HTTP response data. Response
- Response
Builder - Search
InResponse Body Params - Searches for given string in response content. searchInResponseBody
- Search
InResponse Body Params Builder - Search
InResponse Body Returns - Searches for given string in response content. searchInResponseBody
- Search
InResponse Body Returns Builder - Security
Details - Security details about a request. SecurityDetails
- Security
Details Builder - Security
Isolation Status - Security
Isolation Status Builder - Service
Worker Router Info - Service
Worker Router Info Builder - SetAccepted
Encodings Params - Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted. setAcceptedEncodings
- SetAccepted
Encodings Params Builder - SetAccepted
Encodings Returns - Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted. setAcceptedEncodings
- SetAttach
Debug Stack Params - Specifies whether to attach a page script stack id in requests setAttachDebugStack
- SetAttach
Debug Stack Params Builder - SetAttach
Debug Stack Returns - Specifies whether to attach a page script stack id in requests setAttachDebugStack
- SetBlocked
UrLs Params - Blocks URLs from loading. setBlockedURLs
- SetBlocked
UrLs Params Builder - SetBlocked
UrLs Returns - Blocks URLs from loading. setBlockedURLs
- SetBypass
Service Worker Params - Toggles ignoring of service worker for each request. setBypassServiceWorker
- SetBypass
Service Worker Params Builder - SetBypass
Service Worker Returns - Toggles ignoring of service worker for each request. setBypassServiceWorker
- SetCache
Disabled Params - Toggles ignoring cache for each request. If
true
, cache will not be used. setCacheDisabled - SetCache
Disabled Params Builder - SetCache
Disabled Returns - Toggles ignoring cache for each request. If
true
, cache will not be used. setCacheDisabled - SetCookie
Params - Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist. setCookie
- SetCookie
Params Builder - SetCookie
Returns - Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist. setCookie
- SetCookies
Params - Sets given cookies. setCookies
- SetCookies
Params Builder - SetCookies
Returns - Sets given cookies. setCookies
- SetExtra
Http Headers Params - Specifies whether to always send extra HTTP headers with the requests from this page. setExtraHTTPHeaders
- SetExtra
Http Headers Params Builder - SetExtra
Http Headers Returns - Specifies whether to always send extra HTTP headers with the requests from this page. setExtraHTTPHeaders
- SetUser
Agent Override Params - Allows overriding user agent with the given string. setUserAgentOverride
- SetUser
Agent Override Params Builder - SetUser
Agent Override Returns - Allows overriding user agent with the given string. setUserAgentOverride
- Signed
Certificate Timestamp - Details of a signed certificate timestamp (SCT). SignedCertificateTimestamp
- Signed
Certificate Timestamp Builder - Signed
Exchange Error - Information about a signed exchange response. SignedExchangeError
- Signed
Exchange Error Builder - Signed
Exchange Header - Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation SignedExchangeHeader
- Signed
Exchange Header Builder - Signed
Exchange Info - Information about a signed exchange response. SignedExchangeInfo
- Signed
Exchange Info Builder - Signed
Exchange Signature - Information about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1 SignedExchangeSignature
- Signed
Exchange Signature Builder - Stream
Resource Content Params - Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming. streamResourceContent
- Stream
Resource Content Params Builder - Stream
Resource Content Returns - Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming. streamResourceContent
- Stream
Resource Content Returns Builder - Take
Response Body ForInterception AsStream Params - Returns a handle to the stream representing the response body. Note that after this command, the intercepted request can’t be continued as is – you either need to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified. takeResponseBodyForInterceptionAsStream
- Take
Response Body ForInterception AsStream Params Builder - Take
Response Body ForInterception AsStream Returns - Returns a handle to the stream representing the response body. Note that after this command, the intercepted request can’t be continued as is – you either need to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified. takeResponseBodyForInterceptionAsStream
- Take
Response Body ForInterception AsStream Returns Builder - Time
Since Epoch - UTC time in seconds, counted from January 1, 1970. TimeSinceEpoch
- Trust
Token Params - Determines what type of Trust Token operation is executed and depending on the type, some additional parameters. The values are specified in third_party/blink/renderer/core/fetch/trust_token.idl. TrustTokenParams
- Trust
Token Params Builder - WebSocket
Frame - WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests. WebSocketFrame
- WebSocket
Frame Builder - WebSocket
Request - WebSocket request data. WebSocketRequest
- WebSocket
Request Builder - WebSocket
Response - WebSocket response data. WebSocketResponse
- WebSocket
Response Builder
Enums§
- Alternate
Protocol Usage - The reason why Chrome uses a specific transport protocol for HTTP semantics.
- Auth
Challenge Response Response - The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box.
- Auth
Challenge Source - Source of the authentication challenge.
- Blocked
Reason - The reason why request was blocked.
- Certificate
Transparency Compliance - Whether the request complied with Certificate Transparency policy.
- Connection
Type - The underlying connection technology that the browser is supposedly using.
- Content
Encoding - List of content encodings supported by the backend.
- Content
Security Policy Source - Cookie
Blocked Reason - Types of reasons why a cookie may not be sent with a request.
- Cookie
Exemption Reason - Types of reasons why a cookie should have been blocked by 3PCD but is exempted for the request.
- Cookie
Priority - Represents the cookie’s ‘Priority’ status: https://tools.ietf.org/html/draft-west-cookie-priority-00
- Cookie
Same Site - Represents the cookie’s ‘SameSite’ status: https://tools.ietf.org/html/draft-west-first-party-cookies
- Cookie
Source Scheme - Represents the source scheme of the origin that originally set the cookie. A value of “Unset” allows protocol clients to emulate legacy cookie scope for the scheme. This is a temporary ability and it will be removed in the future.
- Cors
Error - The reason why request was blocked.
- Cross
Origin Embedder Policy Value - Cross
Origin Opener Policy Value - Error
Reason - Network level fetch failure reason.
- Initiator
Type - Type of this initiator.
- Interception
Stage - Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.
- IpAddress
Space - Private
Network Request Policy - Report
Status - The status of a Reporting API report.
- Request
Referrer Policy - The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
- Resource
Priority - Loading priority of a resource request.
- Resource
Type - Resource type as it was perceived by the rendering engine.
- Service
Worker Response Source - Source of serviceworker response.
- Service
Worker Router Source - Source of service worker router.
- SetCookie
Blocked Reason - Types of reasons why a cookie may not be stored from a response.
- Signed
Exchange Error Field - Field type for a signed exchange related error.
- Trust
Token Operation Done Status - Detailed success or error status of the operation. ‘AlreadyExists’ also signifies a successful operation, as the result of the operation already exists und thus, the operation was abort preemptively (e.g. a cache hit).
- Trust
Token Operation Type - Trust
Token Params Refresh Policy - Only set for “token-redemption” operation and determine whether to request a fresh SRR or use a still valid cached SRR.