Skip to content

Instantly share code, notes, and snippets.

@jorendorff
Last active October 23, 2018 16:20
Show Gist options
  • Save jorendorff/42537652e247ccaaafa8c880bf04e1d3 to your computer and use it in GitHub Desktop.
Save jorendorff/42537652e247ccaaafa8c880bf04e1d3 to your computer and use it in GitHub Desktop.

Real-world testing for readable streams

The goal of this testing project is to:

  • Find existing web sites that actually do use streams in Firefox Nightly (when streams are enabled);

  • Test the user experience with those sites and report any bugs or performance problems.

(We already have API-level tests for streams that run in automation, so we are not requesting new automated tests that exercise the streams API directly.)

Readable streams technical documentation

Specifically, we're interested in web sites that use these features:

These features are avaliable in Firefox Nightly, but currently off by default. To enable them, visit about:config and set javascript.options.enabled to true.

The best technical introduction to this feature is the Streams API page on MDN. The Streams standard document may also be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment