onDownloadProgress

abstract fun onDownloadProgress(request: CefURLRequest, current: Int, total: Int)

Notifies the client of download progress. |current| denotes the number of bytes received up to the call and |total| is the expected total size of the response (or -1 if not determined).