[w3ctag/design-reviews] Byte Streams (#567)

HIQaH! QaH! TAG!

I'm requesting a TAG review of byte streams.

The streams APIs provide ubiquitous, interoperable primitives for creating, composing, and consuming streams of data. For streams representing bytes, readable byte streams are an extended version of readable streams which are provided to handle bytes efficiently, in particular by minimizing copies.

  - Explainer¹ (minimally containing user needs and example code): https://github.com/whatwg/streams/blob/master/byte-streams-explainer.md

  - Specification URL: https://streams.spec.whatwg.org/

    Specific Sections: 
    - https://streams.spec.whatwg.org/#readable-byte-stream

    - https://streams.spec.whatwg.org/#byob-reader-class

    - https://streams.spec.whatwg.org/#rbs-controller-class

    - https://streams.spec.whatwg.org/#rs-byob-request-class

  - Tests: https://github.com/web-platform-tests/wpt/tree/master/streams/readable-byte-streams

  - Security and Privacy self-review²: https://docs.google.com/document/d/15nhR1drg4qEip041RcBFWEFbDjv-5EJc-zsgaON49Zo/view

  - GitHub repo (if you prefer feedback filed there): https://github.com/whatwg/streams

  - Primary contacts (and their relationship to the specification):
    - Nidhi Jaju (nidhijaju), [Google]
    - Adam Rice (ricea), [Google], Spec Editor
    - Yutaka Hirano (yutakahirano), [Google], Spec Contributor
    - Domenic Denicola (domenic), [Google], Spec Editor
  - Organization(s)/project(s) driving the specification: WHATWG
  - Key pieces of existing multi-stakeholder review or discussion of this specification: https://github.com/whatwg/streams/issues/300, https://github.com/whatwg/streams/pull/430

  - External status/issue trackers for this specification (publicly visible, e.g. Chrome Status): https://chromestatus.com/features/4535319661641728


Further details:

  - [x] I have reviewed the TAG's [API Design Principles](https://w3ctag.github.io/design-principles/)
  - Relevant time constraints or deadlines: No specific deadlines.
  - The group where the work on this specification is currently being done: WHATWG
  - The group where standardization of this work is intended to be done (if current group is a community group or other incubation venue): WHATWG
  - Major unresolved issues with or opposition to this specification: N/A
  - This work is being funded by: Google

You should also know that...

N/A

We'd prefer the TAG provide feedback as (please delete all but the desired option):

  🐛 open issues in our GitHub repo for **each point of feedback**


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/567

Received on Thursday, 29 October 2020 10:03:21 UTC