Skip to content

ricea/streams

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.3%
  • JavaScript 41.9%
  • Shell 0.8%