---
title: isLoading
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/isloading
---

# isLoading

Indicates whether the webpage is currently loading content.

## Declaration

```swift
@MainActor final var isLoading: Bool { get }
```

## Return Value

Return Value true if the page is still loading content, otherwise, false.

## See Also

### Loading web content

- [load(_:)](webkit/webpage/load(_:)-32ngj.md)
- [load(_:)](webkit/webpage/load(_:)-7kw3h.md)
- [load(_:)](webkit/webpage/load(_:)-8wfiq.md)
- [load(_:mimeType:characterEncoding:baseURL:)](webkit/webpage/load(_:mimetype:characterencoding:baseurl:).md)
- [load(html:baseURL:)](webkit/webpage/load(html:baseurl:).md)
- [load(simulatedRequest:responseHTML:)](webkit/webpage/load(simulatedrequest:responsehtml:).md)
- [load(simulatedRequest:response:responseData:)](webkit/webpage/load(simulatedrequest:response:responsedata:).md)
- [estimatedProgress](webkit/webpage/estimatedprogress.md)
