Skip to content

whatwg/streams

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 27, 2023 16:47
January 15, 2021 08:28
October 17, 2022 12:03
October 28, 2021 12:07
March 23, 2021 14:56
October 17, 2022 12:03

Streams Standard

This repository hosts the Streams Standard.

Contribution opportunities

Folks notice minor and larger issues with the Streams Standard all the time and we'd love your help fixing those. Pull requests for typographical and grammar errors are also most welcome.

We'd be happy to mentor you through this process. If you're interested and need help getting started, leave a comment on the issue or ask around in the Matrix chat room.

Pull requests

In short, change index.bs and submit your patch, with a good commit message. Consider reading through the WHATWG FAQ if you are new here.

Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically.

For formatting specific to this standard, see CONTRIBUTING.md. Additionally, for any normative changes, we'll also want to change the tests and reference implementation:

Tests

Tests can be found in the streams/ directory of web-platform-tests/wpt.

Reference implementation

This repository also includes a reference implementation, written in JavaScript, 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.

Building "locally"

For quick local iteration, run make. To verify your changes locally, run make deploy. See more in the WHATWG Contributor Guidelines.

Merge policy

If you can commit to this repository, see the WHATWG Maintainer Guidelines.

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.