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

# subframeArchives

Archives representing the receiver’s subresources or nil if there are none.

## Declaration

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

## See Also

### Getting attributes

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