Skip to content

ReadableStream should be an async Iterator #33208

Closed
@himself65

Description

@himself65

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

whatwg/streams#778

What did you expect to see?

interface ReadableStream<T> {
  [Symbol.asyncIterator]: AsyncIterator<T>
}

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details

Metadata

Metadata

Assignees

No one assigned

    Labels

    Content:WebAPIWeb API docsneeds triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions