Skip to content

Web Streams: support ReadableStreamBYOBReader.prototype.read(view, { min }) #50706

Description

@MattiasBuelens

The Streams specification has been updated to add an optional min option to byobReader.read(view). When the min option is given, the read will only be fulfilled as soon as min number of elements are available in the stream.

Specification: https://streams.spec.whatwg.org/#byob-reader-read
Specification change: whatwg/streams#1145
Tests: web-platform-tests/wpt#29723

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues requesting new Node.js features.web streamsIssues and PRs related to the Web Streams API.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions