Contents

load(_:)

Declaration

func load(_ request: URLRequest) -> WKNavigation?

Parameters

  • request:

    The request specifying the URL to which to navigate.

Return Value

A new navigation for the given request.

Discussion

Navigates to a requested URL.