Reloads the initial request passed as an argument to load(_:)
.
SDK
- macOS 10.2–10.14Deprecated
Framework
- Web
Kit
Declaration
func reload()
Reloads the initial request passed as an argument to load(_:)
.
SDK
Framework
func reload()
func load(URLRequest!)
Connects to a given URL by initiating an asynchronous client request.
func reload From Origin()
Performs an end-to-end revalidation using cache-validating conditionals if possible.
func stop Loading()
Stops any pending loads on the receiver’s data source, and those of its children.
func load Alternate HTMLString(String!, base URL: URL!, for Unreachable URL: URL!)
Loads alternate content for a frame whose URL is unreachable.
func load(Data!, mime Type: String!, text Encoding Name: String!, base URL: URL!)
Sets the main page contents, MIME type, content encoding, and base URL.