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

# WebHistoryItemsAddedNotification

Posted when history items have been added to a web history.

```
extern NSString * WebHistoryItemsAddedNotification;
```

## Discussion

The notification object is the web history to which the items were added. The `userInfo` dictionary contains the following information:

|Key                  |Value                                                                                                 |
|---------------------|------------------------------------------------------------------------------------------------------|
|@“WebHistoryItemsKey”|An <doc://com.apple.documentation/documentation/Foundation/NSArray> object containing the added items.|

## See Also

[`addItems(_:)`](/documentation/WebKit/WebHistory/addItems(_:))

Inserts or updates the specified items in the web history.



---

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)