A Web
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.
SDK
- macOS 10.3+
Framework
- Web
Kit
Declaration
@interface WebResource : NSObject
Overview
Use the init
method to initialize a newly created Web
object. Use the other methods in this class to get the properties of a Web
object.