Class LoadingFinished

java.lang.Object
io.webfolder.cdp.event.network.LoadingFinished

public class LoadingFinished extends Object
Fired when HTTP request has finished loading.
  • Constructor Details

    • LoadingFinished

      public LoadingFinished()
  • Method Details

    • getRequestId

      public String getRequestId()
      Request identifier.
    • setRequestId

      public void setRequestId(String requestId)
      Request identifier.
    • getTimestamp

      public Double getTimestamp()
      Timestamp.
    • setTimestamp

      public void setTimestamp(Double timestamp)
      Timestamp.
    • getEncodedDataLength

      public Double getEncodedDataLength()
      Total number of bytes received for this request.
    • setEncodedDataLength

      public void setEncodedDataLength(Double encodedDataLength)
      Total number of bytes received for this request.
    • isShouldReportCorbBlocking

      public 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.
    • setShouldReportCorbBlocking

      public 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object