struct Protocol::Network::LoadingFinished
- Protocol::Network::LoadingFinished
- Struct
- Value
- Object
Overview
Fired when HTTP request has finished loading.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#encoded_data_length : Number::Primitive
Total number of bytes received for this request.
-
#request_id : RequestId
Request identifier.
-
#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.
-
#timestamp : MonotonicTime
Timestamp.
Constructor Detail
Instance Method Detail
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.