public class LoadingFinished extends Object
Constructor and Description |
---|
LoadingFinished() |
Modifier and Type | Method and Description |
---|---|
Double |
getEncodedDataLength()
Total number of bytes received for this request.
|
String |
getRequestId()
Request identifier.
|
Double |
getTimestamp()
Timestamp.
|
Boolean |
isShouldReportCorbBlocking()
Set when 1) response was blocked by Cross-Origin Read Blocking and also
2) this needs to be reported to the DevTools console.
|
void |
setEncodedDataLength(Double encodedDataLength)
Total number of bytes received for this request.
|
void |
setRequestId(String requestId)
Request identifier.
|
void |
setShouldReportCorbBlocking(Boolean shouldReportCorbBlocking)
Set when 1) response was blocked by Cross-Origin Read Blocking and also
2) this needs to be reported to the DevTools console.
|
void |
setTimestamp(Double timestamp)
Timestamp.
|
public String getRequestId()
public void setRequestId(String requestId)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public Double getEncodedDataLength()
public void setEncodedDataLength(Double encodedDataLength)
public Boolean isShouldReportCorbBlocking()
public void setShouldReportCorbBlocking(Boolean shouldReportCorbBlocking)
Copyright © 2017, 2019–2019 WebFolder OÜ. All rights reserved.