---
title: data
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webdatasource/data
---

# data

The raw data that represents the data source’s content.

## Declaration

```swift
var data: Data! { get }
```

## Discussion

Discussion The format of the data is dependent on the data source’s MIME type (obtained from the response).

## See Also

### Querying page data and state

- [isLoading](webkit/webdatasource/isloading.md)
- [pageTitle](webkit/webdatasource/pagetitle.md)
- [representation](webkit/webdatasource/representation.md)
- [textEncodingName](webkit/webdatasource/textencodingname.md)
