chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network.events / NetworkEvent / ResponseReceivedEvent / <init>

<init>

ResponseReceivedEvent(requestId: RequestId, loaderId: LoaderId, timestamp: MonotonicTime, type: ResourceType, response: Response, frameId: FrameId? = null)

Fired when HTTP response is available.

Official doc