Click or drag to resize

NetworkClient Events

Version 130.1.90

The NetworkClient type exposes the following members.

Events
 NameDescription
Public eventDataReceived Fired when data chunk was received over the network.
Public eventEventSourceMessageReceived Fired when EventSource message is received.
Public eventLoadingFailed Fired when HTTP request has failed to load.
Public eventLoadingFinished Fired when HTTP request has finished loading.
Public eventPolicyUpdated Fired once security policy has been updated.
Public eventReportingApiEndpointsChangedForOrigin ReportingApiEndpointsChangedForOrigin
Public eventReportingApiReportAdded Is sent whenever a new report is added. And after 'enableReportingApi' for all existing reports.
Public eventReportingApiReportUpdated ReportingApiReportUpdated
Public eventRequestServedFromCache Fired if request ended up loading from cache.
Public eventRequestWillBeSent Fired when page is about to send HTTP request.
Public eventRequestWillBeSentExtraInfo 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.
Public eventResourceChangedPriority Fired when resource loading priority is changed
Public eventResponseReceived Fired when HTTP response is available.
Public eventResponseReceivedEarlyHints 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.
Public eventResponseReceivedExtraInfo 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.
Public eventSignedExchangeReceived Fired when a signed exchange was received over the network
Public eventSubresourceWebBundleInnerResponseError Fired when request for resources within a .wbn file failed.
Public eventSubresourceWebBundleInnerResponseParsed Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage.
Public eventSubresourceWebBundleMetadataError Fired once when parsing the .wbn file has failed.
Public eventSubresourceWebBundleMetadataReceived Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents.
Public eventTrustTokenOperationDone 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.
Public eventWebSocketClosed Fired when WebSocket is closed.
Public eventWebSocketCreated Fired upon WebSocket creation.
Public eventWebSocketFrameError Fired when WebSocket message error occurs.
Public eventWebSocketFrameReceived Fired when WebSocket message is received.
Public eventWebSocketFrameSent Fired when WebSocket message is sent.
Public eventWebSocketHandshakeResponseReceived Fired when WebSocket handshake response becomes available.
Public eventWebSocketWillSendHandshakeRequest Fired when WebSocket is about to initiate handshake.
Public eventWebTransportClosed Fired when WebTransport is disposed.
Public eventWebTransportConnectionEstablished Fired when WebTransport handshake is finished.
Public eventWebTransportCreated Fired upon WebTransport creation.
Top
See Also