---
title: URLSession.AsyncBytes.Element
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/urlsession/asyncbytes/element
---

# URLSession.AsyncBytes.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = UInt8
```

## Discussion

Discussion The sequence produces UInt8 elements.
