---
title: WebHistoryLoadedNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webhistoryloadednotification
---

# WebHistoryLoadedNotification

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

## Declaration

```occ
extern NSString * WebHistoryLoadedNotification;
```

## Discussion

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

## See Also

### Related Documentation

- [load(from:)](webkit/webhistory/load(from:).md)

### Notifications

- [WebHistoryAllItemsRemovedNotification](webkit/webhistoryallitemsremovednotification.md)
- [WebHistoryItemChangedNotification](webkit/webhistoryitemchangednotification.md)
- [WebHistoryItemsAddedNotification](webkit/webhistoryitemsaddednotification.md)
- [WebHistoryItemsRemovedNotification](webkit/webhistoryitemsremovednotification.md)
- [WebHistorySavedNotification](webkit/webhistorysavednotification.md)
