struct Protocol::Network::LoadingFinished

Overview

Fired when HTTP request has finished loading.

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def encoded_data_length : Number::Primitive #

Total number of bytes received for this request.


[View source]
def request_id : RequestId #

Request identifier.


[View source]
def should_report_corb_blocking : Bool | Nil #

Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console.


[View source]
def timestamp : MonotonicTime #

Timestamp.


[View source]