No overview available.
Framework
- Web
Kit
No overview available.
Framework
class Web Download
Web
objects initiate download client requests on behalf of a delegate. A download request involves loading the data, decoding it (if necessary), and saving it to a file. Instances of this class behave similar to NSURLDownload
except delegates of Web
may implement an additional delegate method. The method allows the delegate to specify the window to be used for authentication sheets. If the delegate does not implement this method, the Web
object will prompt the user for authentication using the standard WebKit authentication panel, as either a sheet or window. There are no additional methods defined in this class. See Web
for the delegate method.
protocol Web Download Delegate
The Web
protocol declares one additional method for delegates of Web
.