WebKit2.Download::finished

connect('finished', function (download, ): void);
  

This signal is emitted when download finishes successfully or due to an error. In case of errors WebKit2.Download::failed signal is emitted before this one.

download

instance of WebKit2.Download that is emitting the signal