---
title: allWebsiteDataTypes()
framework: webkit
role: symbol
role_heading: Type Method
path: webkit/wkwebsitedatastore/allwebsitedatatypes()
---

# allWebsiteDataTypes()

Returns the set of all the available data types.

## Declaration

```swift
class func allWebsiteDataTypes() -> Set<String>
```

## Discussion

Discussion Potential values in the set are WKWebsiteDataRecord constants.

## See Also

### Retrieving specific types of data

- [fetchDataRecords(ofTypes:completionHandler:)](webkit/wkwebsitedatastore/fetchdatarecords(oftypes:completionhandler:).md)
