---
title: WebHistorySavedNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webhistorysavednotification
---

# WebHistorySavedNotification

Posted when web history items have been saved to a URL.

## Declaration

```occ
extern NSString * WebHistorySavedNotification;
```

## Discussion

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

## See Also

### Related Documentation

- [save(to:)](webkit/webhistory/save(to:).md)

### Notifications

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