---
title: canShowMIMEType
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wknavigationresponse/canshowmimetype
---

# canShowMIMEType

A Boolean value that indicates whether WebKit is capable of displaying the response’s MIME type natively.

## Declaration

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

## Discussion

Discussion The value of this property is true if WebKit is able to display the MIME type.

## See Also

### Getting Additional Response Information

- [isForMainFrame](webkit/wknavigationresponse/isformainframe.md)
