WebKit2.Download::received-data
connect('received-data', function (download, data_length: Number(guint64), ): void);
This signal is emitted after response is received, every time new data has been written to the destination. It's useful to know the progress of the download operation.
- download
instance of WebKit2.Download that is emitting the signal
- data_length
the length of data received in bytes