WebKit2.WebView.prototype.download_uri

function download_uri(uri: String): WebKit2.Download {
    // Gjs wrapper for webkit_web_view_download_uri()
}
  

Requests downloading of the specified URI string for web_view.

uri

the URI to download

Returns

a new WebKit2.Download representing the the download operation.