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

# URL.AsyncBytes.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = UInt8
```

## Discussion

Discussion The sequence produces UInt8 elements.
