WebContext.downloadUri

Requests downloading of the specified URI string. The download operation will not be associated to any #WebKitWebView, if you are interested in starting a download from a particular #WebKitWebView use webkit_web_view_download_uri() instead.

class WebContext
downloadUri
(
string uri
)

Parameters

uri string

the URI to download

Return Value

Type: Download

a new #WebKitDownload representing the download operation.

Meta