chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / DownloadProgressEvent / <init>

<init>

DownloadProgressEvent(guid: String, totalBytes: Double, receivedBytes: Double, state: String)

Fired when download makes progress. Last call has |done| == true.

Official doc