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

# subresources

The receiver’s subresources, or nil if there are none.

## Declaration

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

## See Also

### Getting attributes

- [mainResource](webkit/webarchive/mainresource.md)
- [subframeArchives](webkit/webarchive/subframearchives.md)
- [data](webkit/webarchive/data.md)
