---
title: shouldPerformDownload
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wknavigationaction/shouldperformdownload
---

# shouldPerformDownload

A Boolean value that indicates whether the web content provided an attribute that indicates a download.

## Declaration

```swift
var shouldPerformDownload: Bool { get }
```

## See Also

### Inspecting navigation information

- [request](webkit/wknavigationaction/request.md)
- [sourceFrame](webkit/wknavigationaction/sourceframe.md)
- [targetFrame](webkit/wknavigationaction/targetframe.md)
