<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebHistoryLoadedNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@WebHistoryLoadedNotification"
  },
  "title" : "WebHistoryLoadedNotification"
}
-->

# WebHistoryLoadedNotification

Posted when web history items have been loaded from a URL.

```
extern NSString * WebHistoryLoadedNotification;
```

## Discussion

The notification object is the web history that loaded the history items. This notification does not contain a `userInfo` dictionary.

## See Also

[`load(from:)`](/documentation/WebKit/WebHistory/load(from:))

Loads the contents of the specified web history file.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)