Contents

load(from:)

Loads the contents of the specified web history file.

Declaration

func load(from URL: URL!) throws

Parameters

  • URL:

    The URL of the file to load. The file should have been created previously by a web history object. Note that the file’s format is private and should not be edited directly.

Discussion

When successful, this method posts a notification (WebHistoryLoadedNotification).

See Also

Related Documentation

Loading and Saving History Information