Contents

load(_:)

Declaration

func load(_ url: URL) -> WKNavigation?

Parameters

  • url:

    The URL to which to navigate.

Return Value

A new navigation for the given request.

Discussion

Navigates to a requested URL.