Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
demos Demos: Add lang="en" to html files Dec 7, 2018
reference-implementation Remove extra arguments left over from forAuthorCode refactor Mar 11, 2019
review-drafts
.editorconfig
.gitattributes Meta: add .editorconfig and .gitattributes; update WPT Mar 29, 2017
.gitignore Meta: Review Draft infrastructure May 29, 2018
.gitmodules
.pr-preview.json Meta: Use pr-preview to preview pull requests Oct 16, 2017
.travis.yml
CONTRIBUTING.md
FAQ.md
LICENSE Meta: use new WHATWG boilerplate and license Jan 5, 2018
Makefile
README.md Meta: Review Draft infrastructure May 29, 2018
Requirements.md
deploy_key.enc
index.bs Remove extra arguments left over from forAuthorCode refactor Mar 11, 2019
local-watch.js
package.json Meta: enable running the HTML checker on the spec Jan 17, 2017
transferable-streams-explainer.md

README.md

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 on IRC.

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"

This standard requires a recent version of Node.js to be installed as a prerequisite. Once that's done, you'll need to do a one-time run of npm install to set up our tooling.

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.

You can’t perform that action at this time.