---
title: loadsSubresources
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/loadssubresources
---

# loadsSubresources

Indicates whether the webpage loads all of its subresources in addition to the main resource.

## Declaration

```swift
@MainActor var loadsSubresources: Bool
```

## Discussion

Discussion The default value of this property is true.
