ricea / streams

Streams Standard

Home Page:https://streams.spec.whatwg.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streams Standard

The streams standard provides APIs for creating, composing, and consuming streams of data. These streams are designed to map efficiently to low-level I/O primitives, and allow easy composition with built-in backpressure and queuing.

The main spec is available at https://streams.spec.whatwg.org/, generated from the index.bs file.

Snapshots of any given commit or branch are available at specially-crafted URLs:

Tests and reference implementation

This repository also includes a reference implementation and test suite under reference-implementation/. See the README under that directory for more details. We strive for every commit that changes the spec to also add tests, and to change the reference implementation in order to pass those tests.

Contribution guidelines

For guidelines on how to build and edit the spec and reference implementation, see Contributing.md.

Code of conduct

We are committed to providing a friendly, safe and welcoming environment for all. Please read and respect the WHATWG Code of Conduct.

About

Streams Standard

https://streams.spec.whatwg.org/


Languages

Language:HTML 57.3%Language:JavaScript 41.9%Language:Shell 0.8%