WebResource
A WebResource object represents a downloaded URL. It encapsulates the data of the download as well as other resource properties such as the URL, MIME type, and frame name.
Declaration
class WebResourceOverview
Use the init(data:url:mimeType:textEncodingName:frameName:) method to initialize a newly created WebResource object. Use the other methods in this class to get the properties of a WebResource object.
Topics
Initializing
Getting attributes
Initializers
See Also
Related Documentation
- WebKit Objective-C Programming Guide