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