---
title: subresources
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webdatasource/subresources
---

# subresources

The data source’s subresources that have finished downloading.

## Declaration

```swift
var subresources: [Any]! { get }
```

## See Also

### Accessing subresources

- [mainResource](webkit/webdatasource/mainresource.md)
- [addSubresource(_:)](webkit/webdatasource/addsubresource(_:).md)
- [subresource(for:)](webkit/webdatasource/subresource(for:).md)
