---
title: resourceLoadDelegate
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webview-swift.class/resourceloaddelegate
---

# resourceLoadDelegate

The receiver’s resource load delegate.

## Declaration

```swift
unowned(unsafe) var resourceLoadDelegate: (any WebResourceLoadDelegate)! { get set }
```

## Discussion

Discussion Conforms to the WebResourceLoadDelegate protocol.

## See Also

### Getting and Setting Delegates

- [downloadDelegate](webkit/webview-swift.class/downloaddelegate.md)
- [frameLoadDelegate](webkit/webview-swift.class/frameloaddelegate.md)
- [policyDelegate](webkit/webview-swift.class/policydelegate.md)
- [uiDelegate](webkit/webview-swift.class/uidelegate.md)
