---
title: "webViewDidChange(_:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/webeditingdelegate/webviewdidchange(_:)"
---

# webViewDidChange(_:)

Sent by the default notification center when the user changes content in the web view.

## Declaration

```swift
optional func webViewDidChange(_ notification: Notification!)
```

## Parameters

- `notification`: Always set to doc://com.apple.webkit/documentation/WebKit/WebViewDidChangeNotification. You can retrieve the WebView object by sending object to notification.

## See Also

### Related Documentation

- [webView(_:shouldInsert:replacing:given:)](webkit/webeditingdelegate/webview(_:shouldinsert:replacing:given:).md)
- [webView(_:shouldInsertText:replacing:given:)](webkit/webeditingdelegate/webview(_:shouldinserttext:replacing:given:).md)
- [webView(_:shouldDelete:)](webkit/webeditingdelegate/webview(_:shoulddelete:).md)
