---
title: WebPage.NavigationEvent.committed
framework: webkit
role: symbol
role_heading: Case
path: webkit/webpage/navigationevent/committed
---

# WebPage.NavigationEvent.committed

This event occurs when the page has started to receive content for the main frame.

## Declaration

```swift
case committed
```

## Discussion

Discussion This happens immediately before the page starts to update the main frame.
