Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add async iterable<T> type to WebIDL #1397

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Mar 25, 2024

  1. Add async iterable<T> type to WebIDL

    This commit lifts the async iterator processing logic from the `ReadableStreamFromIterable` operation in the Streams spec, to a new WebIDL type `async iterable<T>`.
    
    This will clean up the streams spec, and enable a change in the Fetch spec to directly allow taking async iterable as request/response bodies, without having to pass them to `ReadableStream.from` first.
    lucacasonato committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    14f1bdb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    b7df167 View commit details
    Browse the repository at this point in the history
  2. fix typo

    lucacasonato committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0402e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    b6f7392 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix ci

    lucacasonato committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6363f6c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    5533589 View commit details
    Browse the repository at this point in the history
  2. fixes

    lucacasonato committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6559e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3789832 View commit details
    Browse the repository at this point in the history
  4. fix

    lucacasonato committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6f284c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix

    lucacasonato committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dcbe738 View commit details
    Browse the repository at this point in the history
  2. fix

    lucacasonato committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bd86c51 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix typo

    MattiasBuelens committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f97033b View commit details
    Browse the repository at this point in the history
  2. Fix link text

    MattiasBuelens committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    30fb12d View commit details
    Browse the repository at this point in the history
  3. Fix duplicate dfn

    MattiasBuelens committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3469138 View commit details
    Browse the repository at this point in the history
  4. Fix link id

    MattiasBuelens committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    947fb78 View commit details
    Browse the repository at this point in the history
  5. Simplify

    MattiasBuelens committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    118b446 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #1 from MattiasBuelens/async_iterator_type

    Async iterator type
    lucacasonato authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ca5967b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. review comments

    lucacasonato committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    11f9a9f View commit details
    Browse the repository at this point in the history
  2. fix

    lucacasonato committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dc07972 View commit details
    Browse the repository at this point in the history
  3. an

    lucacasonato committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dd56f97 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fixes

    lucacasonato committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9a79b42 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. review comments

    lucacasonato committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6374863 View commit details
    Browse the repository at this point in the history